yumeng 5 лет назад
Родитель
Сommit
d2e82c0587

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

@@ -2511,6 +2511,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
                 Integer code = resultJson.getInteger("code");
                 if (code == 0) {
                     JSONObject dataJson = resultJson.getJSONObject("data");
+                    log.info("获取完成,返回数据:{}", dataJson);
                     if (!Check.isNull(dataJson)) {
                         String signature = dataJson.getString("signature");
                         KuaiShouImageGet imageGet = new KuaiShouImageGet();