https://o.wpsgo.com/api/v3/office/session/{file_id}/wpp?first接口异常:403 Forbidden(前置请求https://o.wpsgo.com/api/v3/office/file/{file_id}/export/shapes/thumbnails/all/wpp成功了)
入参:
{"token":"xxx.xxx.xxx","group":"xxx","connid":"xxx","fileid":"","front_ver":"20250514172135-xxx","endpoint_id":""}
响应:
{
"errno": 10000,
"msg": "回调接口:http://xxx.com/front/wps/v3/3rd/files/{file_id} 返回错误:字段:id 不能为空",
"reason": "",
"result": "ProviderError"
}
回调方法/wps/v3/3rd/files/{file_id}入口增加了日志,但是并没有输出日志信息
帮忙看看是哪个回调的响应有问题,缺少什么参数?急,在线等
Error Code: 10000 Request ID: c0183bd88ba84a3f5984ffd6df7f8683
四个回调接口都是正常的(/wps/v3/3rd/files/{file_id}、 /wps/v3/3rd/files/{file_id}/download、 /wps/v3/3rd/files/{file_id}/permission、 /wps/v3/3rd/users) 开发环境相同的代码和配置是可以正常预览的,到了测试环境就不行了