公告结构化
This commit is contained in:
@ -4,6 +4,10 @@ import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class KingSoftWpsPreviewVo {
|
||||
/**
|
||||
* 触点id 1
|
||||
*/
|
||||
private Integer srcId;
|
||||
/**
|
||||
* 前端 host
|
||||
*/
|
||||
|
@ -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());
|
||||
|
Reference in New Issue
Block a user