HTTP状态码 | 错误码 | 描述 | 排查建议 |
---|---|---|---|
500 | 1002001 | 系统错误 | 请联系研发排查 |
400 | 1002002 | 参数错误 | 检查参数是否正确,例如类型,大小 |
curl --location --request PATCH 'https://open.feishu.cn/open-apis/hire/v1/ehr_import_tasks/' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"fail_reason": "当前 HC 不可用",
"redirect_url": "https://example.com",
"state": 2
}'
{
"code": 0,
"msg": "success",
"data": {}
}
【飞书】API开发者 微信交流群
用微信扫右侧二维码,加入【飞书】API开发者 交流群,互助沟通