@ApiOperation("根据文件id————三阶段保存文件-获取上传地址") @PostMapping("/v3/3rd/files/{file_id}/upload/address")
返回的url是我们系统的上传接口,wps传过来的是文件流吗,还是限定什么类型? <img src="https://solution-community.wps.cn/uploads/post/5atLCfYKoUG.png" alt="image.png"/>
<img src="https://solution-community.wps.cn/uploads/post/5atLE5zvJSL.png" alt="image.png"/>
这样写没有回调到我们的wpsupload接口,是出现什么问题吗?