|
@@ -54,7 +54,7 @@ public class TsmzServiceImpl implements TsmzService {
|
|
|
//Map 转成 JSONObject 字符串
|
|
|
JSONObject jsonObj = new JSONObject(map);
|
|
|
try {
|
|
|
- String result = HttpUtil.sendHttpPost(realUrl, jsonObj.toString(), 3000);
|
|
|
+ String result = HttpUtil.sendHttpPost(realUrl, jsonObj.toString(), 6000);
|
|
|
if (StringUtils.isBlank(result)) {
|
|
|
return null;
|
|
|
}
|