| HTTP状态码 | 错误码 | 描述 | 排查建议 |
|---|---|---|---|
| 400 | 1000001 | 参数错误 | 请检查参数 |
| 500 | 1002001 | 系统错误 | 请联系研发排查 |
| 400 | 1002002 | 参数错误 | 检查参数是否正确,例如类型,大小 |
Authorization: Bearer ********************curl --location 'https://open.feishu.cn/open-apis/hire/v1/attachments/11111/preview' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "success",
"data": {
"url": "链接"
}
}