|
|
@@ -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成功
|