|
@@ -91,6 +91,7 @@ public class CheckDataServiceImpl implements CheckDataService {
|
|
|
//HttpPost
|
|
|
String resp = HttpUtils.HttpPostWithJson(url, JSONObject.toJSONString(recordData));
|
|
|
//上传成功
|
|
|
+ logger.info("get msg from ips msg={}", resp);
|
|
|
if (!StringUtils.isEmpty(resp)) {
|
|
|
IPSResp ipsResp = JSONObject.parseObject(resp, IPSResp.class);
|
|
|
if (ipsResp.getIsSuccessed().equals("1")) {
|