金山WPS在线编辑

This commit is contained in:
zhangqinbin
2023-10-25 10:48:10 +08:00
parent b2b5807906
commit 2b6874705d

View File

@ -114,8 +114,8 @@ public class WpsController {
*/ */
@ApiOperation("(金山)沃文档回调-查询文档") @ApiOperation("(金山)沃文档回调-查询文档")
@GetMapping("/kingSoft/file") @GetMapping("/kingSoft/file")
public BaseResponse<byte[]> getKSFile(@RequestParam("key") String key) { public byte[] getKSFile(@RequestParam("key") String key) {
return BaseResponse.success(this.wpsService.getKSWpsFile(key)); return this.wpsService.getKSWpsFile(key);
} }
/** /**
* 沃文档回调-保存文档 * 沃文档回调-保存文档