Bläddra i källkod

代理商授权

yumeng 4 år sedan
förälder
incheckning
ea9eed47f6

+ 1 - 0
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/KuaishouInterfaceServiceImpl.java

@@ -1604,6 +1604,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
         KuaishouResultToken kuaiShouResult = null;
         try {
             String result = HttpUtils.kuaiShouhttpPostRequest(url, requestJson.toJSONString(), headers);
+            log.info("返回token信息:{}",JSONObject.parseObject(result));
             ObjectMapper mapper = new ObjectMapper();
             mapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);
             kuaiShouResult = mapper.readValue(result, new TypeReference<KuaishouResultToken>() {