| HTTP状态码 | 错误码 | 描述 | 排查建议 |
|---|---|---|---|
| 400 | 154000 | Bad request, please check your request body | 请求不合法,请检查参数 |
| 403 | 154003 | Please check you have the correct access | 检查是否申请正确权限 |
| 500 | 155000 | Internal error | 内部错误,请联系我们 |
| 404 | 154004 | Resource not found | 资源不存在,请检查ID值 |
Authorization: Bearer ********************curl --location --request POST 'https://open.feishu.cn/open-apis/helpdesk/v1/tickets/6945345902185807891/answer_user_query' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"event_id": "abcd",
"faqs": [
{
"id": "12345",
"score": 0.9
}
]
}'{
"code": 0,
"msg": "success",
"data": {}
}
【飞书】API开发者 微信交流群
用微信扫右侧二维码,加入【飞书】API开发者 交流群,互助沟通

扫码加入交流群