Selaa lähdekoodia

修改素材上新逻辑bug--素造视频上传时间延迟

syh 4 vuotta sitten
vanhempi
commit
0913bf6d0a

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

@@ -2945,7 +2945,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
         }
         String result = HttpUtils.httpPostRequest(url, param, headers);
         JSONObject resultJson = JSONObject.parseObject(result);
-        System.out.println(resultJson.toJSONString());
+//        System.out.println(resultJson.toJSONString());
         if (Check.isNull(resultJson)) {
             return;
         }