政企WPS
This commit is contained in:
@ -607,7 +607,7 @@ public class WpsServiceImpl implements WpsService {
|
||||
|
||||
dataJson = JSON.toJSONString(vo);
|
||||
}
|
||||
String retJson = HttpsUtils.UrlPost(url, "utf-8", dataJson);//httpPost(kswpsurl,json);
|
||||
String retJson = HttpUtils.httpPost(url, dataJson);//httpPost(kswpsurl,json);
|
||||
log.info("ret:"+retJson);
|
||||
//String retJson = HttpUtils.httpPost(kswpsurl,json);
|
||||
|
||||
|
Reference in New Issue
Block a user