wanxc il y a 3 mois
Parent
commit
10577898aa

+ 1 - 0
src/main/java/com/tiangua/star/service/impl/CasllBackDataProcessor.java

@@ -700,6 +700,7 @@ public class CasllBackDataProcessor implements CallBackService {
         log.info("星级回传请求参数{}:{}",companyName,jsonString);
         String responseStr = HttpClientThreeUtil.post(url, jsonString);
         JSONObject response = JSON.parseObject(responseStr);
+        log.info("星级回传返回参数{}:{}",companyName,response);
         String code = response.getString("code");
         if (!"200".equals(code)) {
             log.info("busiId:{},companyName {},24h返回数据错误: {},{}" ,busiId,companyName,