金山WPS在线编辑
This commit is contained in:
@ -520,7 +520,7 @@ public class WpsServiceImpl implements WpsService {
|
|||||||
vo.setModifier("ebtp");
|
vo.setModifier("ebtp");
|
||||||
String time = LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss"));
|
String time = LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss"));
|
||||||
vo.setCreateTime(time);
|
vo.setCreateTime(time);
|
||||||
vo.setHost(kswhost);
|
//vo.setHost(kswhost);
|
||||||
vo.setLastModifiedTime(time);
|
vo.setLastModifiedTime(time);
|
||||||
|
|
||||||
String retJson = HttpsUtils.UrlPost(kswpsurl, "utf-8", JSON.toJSONString(vo));//httpPost(kswpsurl,json);
|
String retJson = HttpsUtils.UrlPost(kswpsurl, "utf-8", JSON.toJSONString(vo));//httpPost(kswpsurl,json);
|
||||||
|
Reference in New Issue
Block a user