|
@@ -152,7 +152,7 @@ public class KuaishouItemListServiceImpl implements IKuaishouItemListService {
|
|
|
}
|
|
|
Integer code = result.getInteger("result");
|
|
|
if (code != 1) {
|
|
|
- log.info("快分销招商商品数据返回异常:", resultStr);
|
|
|
+ log.info("快分销招商商品数据返回异常:{}", resultStr);
|
|
|
returnJson.put("code", -1);
|
|
|
returnJson.put("message", "增加快手商品信息抓取失败,请联系技术人员");
|
|
|
return returnJson;
|