wangyunpeng пре 1 дан
родитељ
комит
e5c635612b

+ 1 - 1
long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/remote/impl/MatchServiceImpl.java

@@ -26,7 +26,7 @@ public class MatchServiceImpl implements MatchService {
             log.info("matchMiniprogramVideo request={}", request);
             String res = HTTP_POOL_CLIENT_UTIL_DEFAULT.post(apiUrl, JSON.toJSONString(request));
             JSONObject jsonObject = JSON.parseObject(res);
-            log.info("matchMiniprogramVideo request={} res={}", request, res);
+            log.info("matchMiniprogramVideo request={} res={}", JSON.toJSONString(request), res);
             Integer code = jsonObject.getInteger("code");
             if (code == 0) {
                 // 1成功