|
|
@@ -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,
|