Merge remote-tracking branch 'origin/dev-tmp1' into dev-tmp1

dev-tmp1
luotaiqian 2026-08-18 20:48:31 +08:00
commit b8fce630ed
2 changed files with 5 additions and 0 deletions

View File

@ -442,6 +442,7 @@ public class WpsExecutor implements WpsApi {
co.setFileId(doc.getFileId());
co.setName(doc.getName());
co.setCreated(created);
co.setWpsUrl(doc.getDownloadUrl());
return co;
}

View File

@ -20,4 +20,8 @@ public class WpsDocOpenCO {
/** 是否本次新建 */
@ApiModelProperty(value = "是否本次新建")
private Boolean created;
/**
*
*/
private String wpsUrl;
}