| HTTP状态码 | 错误码 | 描述 | 排查建议 |
|---|---|---|---|
| 400 | 1390001 | param is invalid | 参数错误 |
| 400 | 1390002 | approval code not found | 检查审批定义code是否正确 |
| 400 | 1390007 | subscription existed | 订阅已存在 |
| 400 | 1395001 | There have been some errors. Please try again later | 服务出现错误,请稍候再试 |
Authorization: Bearer ********************curl --location --request POST '/approval/v4/approvals//unsubscribe' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"approval_code": "string"
}'{
"code": 0,
"msg": "success",
"data": {}
}
【飞书】API开发者 微信交流群
用微信扫右侧二维码,加入【飞书】API开发者 交流群,互助沟通

扫码加入交流群