金山WPS在线编辑

This commit is contained in:
zhangqinbin
2023-10-31 14:15:04 +08:00
parent 2ed5602388
commit 3d870e594a

View File

@ -520,7 +520,7 @@ public class WpsServiceImpl implements WpsService {
vo.setModifier("ebtp");
String time = LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss"));
vo.setCreateTime(time);
//vo.setHost(kswhost);
vo.setHost(kswhost);
vo.setLastModifiedTime(time);
String retJson = HttpsUtils.UrlPost(kswpsurl, "utf-8", JSON.toJSONString(vo));//httpPost(kswpsurl,json);