金山WPS在线编辑
This commit is contained in:
@ -525,7 +525,7 @@ public class WpsServiceImpl implements WpsService {
|
||||
|
||||
Map<String,Object> map = JSON.parseObject(JSON.toJSONString(vo), Map.class);
|
||||
String retJson = HttpsUtils.UrlPost(kswpsurl, "utf-8", map);//httpPost(kswpsurl,json);
|
||||
|
||||
log.info("ret:"+retJson);
|
||||
//String retJson = HttpUtils.httpPost(kswpsurl,json);
|
||||
|
||||
KingSoftWpsRet ret = JSON.parseObject(retJson,KingSoftWpsRet.class);
|
||||
|
Reference in New Issue
Block a user