金山WPS在线编辑
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* 沃文档回调-保存文档
|
* 沃文档回调-保存文档
|
||||||
|
Reference in New Issue
Block a user