|
|
@@ -694,8 +694,10 @@ public class CasllBackDataProcessor implements CallBackService {
|
|
|
JSONObject object = new JSONObject();
|
|
|
object.put("accessKey",accessKey);
|
|
|
object.put("channelType", channelType);
|
|
|
+
|
|
|
object.put("phoneMd5List", md5ListGZWA);
|
|
|
String jsonString = JSON.toJSONString(object);
|
|
|
+ log.info("星级回传请求参数{}:{}",companyName,jsonString);
|
|
|
String responseStr = HttpClientThreeUtil.post(url, jsonString);
|
|
|
JSONObject response = JSON.parseObject(responseStr);
|
|
|
String code = response.getString("code");
|