From b411cbd504fac4dfbf325aae68780dffc423f6b3 Mon Sep 17 00:00:00 2001 From: zhangqinbin <181961702@qq.com> Date: Sat, 23 Dec 2023 00:14:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BF=E4=BC=81WPS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mall/ebtp/extend/wps/service/impl/WpsServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/chinaunicom/mall/ebtp/extend/wps/service/impl/WpsServiceImpl.java b/src/main/java/com/chinaunicom/mall/ebtp/extend/wps/service/impl/WpsServiceImpl.java index ae95af3..15d8d4c 100644 --- a/src/main/java/com/chinaunicom/mall/ebtp/extend/wps/service/impl/WpsServiceImpl.java +++ b/src/main/java/com/chinaunicom/mall/ebtp/extend/wps/service/impl/WpsServiceImpl.java @@ -585,7 +585,7 @@ public class WpsServiceImpl implements WpsService { //HttpServletRequest request = HttpContextUtils.getHttpServletRequest(); - vo.setHost(in.getHost()); + vo.setHost(kswhost); vo.setLastModifiedTime(time); dataJson = JSON.toJSONString(vo); @@ -595,7 +595,7 @@ public class WpsServiceImpl implements WpsService { KingSoftWpsPreviewVo vo = new KingSoftWpsPreviewVo(); vo.setSrcId(7); - vo.setSrcWpsNgProxy(in.getHost()); + vo.setSrcWpsNgProxy(kswhost); vo.setStaffCode("ebtp"); vo.setFileKey(in.getFileId()); vo.setFileName(in.getFileName());