|
|
@@ -195,7 +195,7 @@ public class GuorenDuplicateInsuranceComponent {
|
|
|
bodyMap.put("jqImage", com.ydtech.utils.StringUtils.toString(jqImageStr, ""));
|
|
|
bodyMap.put("syImage", com.ydtech.utils.StringUtils.toString(syImageStr, ""));
|
|
|
String sendBody = JsonUtils.toJson(bodyMap);
|
|
|
- String ocrStr = HttpUtil.sendPost("http://47.92.254.66:8088/getres", sendBody);
|
|
|
+ String ocrStr = HttpUtil.sendPost("http://39.98.41.104:8088/getres", sendBody);
|
|
|
return JSONUtil.toBean(ocrStr, CheckCodeResp.class);
|
|
|
|
|
|
}
|