|
@ -1297,8 +1297,14 @@ public class GuahaoService {
|
|
params.put("BarCode", credential);
|
|
params.put("BarCode", credential);
|
|
result = immPostSecond("GetChildrenInfo","计免预约-获取儿童信息成功",params);
|
|
result = immPostSecond("GetChildrenInfo","计免预约-获取儿童信息成功",params);
|
|
|
|
|
|
|
|
if (StringUtils.startsWith(result, "OK")) {
|
|
|
|
// 调用失败
|
|
|
|
//保存http日志
|
|
|
|
result = result.substring(result.indexOf(":") + 1, result.length());
|
|
|
|
}
|
|
|
|
|
|
com.alibaba.fastjson.JSONObject data = com.alibaba.fastjson.JSONObject.parseObject(result);
|
|
com.alibaba.fastjson.JSONObject data = com.alibaba.fastjson.JSONObject.parseObject(result);
|
|
|
|
|
|
|
|
|
|
if(data.containsKey("OK")){
|
|
if(data.containsKey("OK")){
|
|
result = data.getString("OK");
|
|
result = data.getString("OK");
|
|
}
|
|
}
|