HTTP状态码 | 错误码 | 描述 | 排查建议 |
---|---|---|---|
403 | 1470403 | The identity token is incorrect. It should be either user_access_token or tenant_access_token. | 发起请求方的身份token不正确,需要为UserAccessToken或TenantAccessToken其中一种 |
500 | 1470734 | failed to get comment | 一般是获取评论时系统内部逻辑处理出现问题,可根据具体错误进行分析,无法解决时请找相关服务的同学处理 |
curl --location --request GET 'https://open.feishu.cn/open-apis/task/v1/tasks/83912691-2e43-47fc-94a4-d512e03984fa/comments/6937231762296684564' \
--header 'Authorization;'
{
"code": 0,
"data": {
"comment": {
"content": "加油,奥利给!!",
"id": "6997691052400312340",
"parent_id": "0",
"create_milli_time": "1656483428000"
}
},
"msg": "success"
}
【飞书】API开发者 微信交流群
用微信扫右侧二维码,加入【飞书】API开发者 交流群,互助沟通