政企WPS

This commit is contained in:
zhangqinbin
2023-12-22 22:58:25 +08:00
parent 616539bc7d
commit a281f7dc19

View File

@ -607,7 +607,7 @@ public class WpsServiceImpl implements WpsService {
dataJson = JSON.toJSONString(vo); 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); log.info("ret:"+retJson);
//String retJson = HttpUtils.httpPost(kswpsurl,json); //String retJson = HttpUtils.httpPost(kswpsurl,json);