From dada7c283a111c230aa36ba5764f07b499d9c8c2 Mon Sep 17 00:00:00 2001 From: zhangqinbin <181961702@qq.com> Date: Tue, 12 Dec 2023 15:40:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=91=8A=E7=BB=93=E6=9E=84=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mall/ebtp/extend/wps/entity/KingSoftWpsPreviewVo.java | 4 ++++ .../mall/ebtp/extend/wps/service/impl/WpsServiceImpl.java | 1 + 2 files changed, 5 insertions(+) diff --git a/src/main/java/com/chinaunicom/mall/ebtp/extend/wps/entity/KingSoftWpsPreviewVo.java b/src/main/java/com/chinaunicom/mall/ebtp/extend/wps/entity/KingSoftWpsPreviewVo.java index 59a3e71..61c7922 100644 --- a/src/main/java/com/chinaunicom/mall/ebtp/extend/wps/entity/KingSoftWpsPreviewVo.java +++ b/src/main/java/com/chinaunicom/mall/ebtp/extend/wps/entity/KingSoftWpsPreviewVo.java @@ -4,6 +4,10 @@ import lombok.Data; @Data public class KingSoftWpsPreviewVo { + /** + * 触点id 1 + */ + private Integer srcId; /** * 前端 host */ 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 05fc71e..5e094f0 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 @@ -545,6 +545,7 @@ public class WpsServiceImpl implements WpsService { url = kswpsurl_preview; KingSoftWpsPreviewVo vo = new KingSoftWpsPreviewVo(); + vo.setSrcId(7); vo.setSrcWpsNgProxy(kswhost); vo.setStaffCode("ebtp"); vo.setFileKey(in.getFileId());