| 错误码 | 描述 | 排查建议 |
|---|---|---|
| -1 | 系统错误 | 建议重试 |
| 11001 | appid无法解析 | 建议重试 |
| 11009 | 参数不合法或缺少参数 | 检查参数合法性 |
| 11016 | access_token不正确或者已过期 | 检查access_token合法性 |
| 40006 | 非法请求,请求 IP 不在第三方小程序应用 IP 地址白名单内 | 添加IP地址到白名单内或者配置白名单为空 |
| 40036 | 授权小程序未授予该接口对应的权限 | 引导商家授予相关权限集 |
curl --location --request GET 'https://developer.toutiao.com/api/apps/v1/capacity/query_simple_qr_bind_list?page_num&page_size' \
--header 'access-token;'{
"err_msg": "string",
"err_no": 0,
"data": {
"total_count": 0,
"bind_upper_limit": 0,
"bind_rest_count": 0,
"release_upper_limit": 0,
"release_rest_count": 0,
"qr_list": [
{
"qr_url": "string",
"load_path": "string",
"stage": "string",
"status": 0,
"exclusive_qr_url_prefix": 0
}
]
}
}