HTTP状态码 | 错误码 | 描述 | 排查建议 |
---|---|---|---|
400 | 1069301 | fail | 重试,若稳定失败请联系相关业务方oncall人员 |
400 | 1069302 | param error | 检查参数有效性 |
403 | 1069303 | forbidden | 检查是否有待评论文档的评论权限 |
400 | 1069304 | docs had been deleted | 检查待评论文档是否已被删除 |
400 | 1069305 | docs not exist | 检查待评论文档是否能正常访问 |
400 | 1069306 | content review not pass | 排查评论内容是否存在不合法内容 |
404 | 1069307 | not exist | 检查待评论文档是否能正常访问、检查评论内容at人或云文档是否存在 |
400 | 1069308 | exceeded limit | 评论数据超过上限限制,详情请咨询客服 |
400 | 1069399 | internal error | 重试,若稳定失败请联系相关业务方oncall人员 |
curl --location --request PATCH 'https://open.feishu.cn/open-apis/drive/v1/files/doccnGp4UK1UskrOEJwBXd3****/comments/6916106822734578184?file_type=doc' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_solved": true
}'
{
"code": 0,
"msg": "success"
}