提交 金山pws接口

This commit is contained in:
zhangqinbin
2023-09-15 14:47:57 +08:00
parent 20f808649c
commit 1e96a5e7fa

View File

@ -113,7 +113,7 @@ public class WpsController {
* @return
*/
@ApiOperation("沃文档回调-保存文档")
@PostMapping("/kingSoft/file/save")
@PostMapping("/kingSoft/fileSave")
@OperationLogDetail(businessModule = EbtpLogBusinessModule.OTHER,operationType = EbtpLogType.SELECT,detail = "沃文档回调-保存文档")
public Object saveKSFile(@RequestBody KingSoftFileSaveVo vo) {
return this.wpsService.saveKSFile(vo);