HTTP状态码 | 错误码 | 描述 | 排查建议 |
---|---|---|---|
200 | -1 | 系统错误 | 系统错误 |
200 | 11002 | scene 参数不合法 | scene 参数不合法 |
200 | 11002 | appid 参数不合法 | appid 参数不合法 |
200 | 11002 | openid 参数不合法 | openid 参数不合法 |
200 | 11002 | type 参数不合法 | type 需要传固定值1 |
200 | 11009 | 参数绑定错误 | 参数类型错误 |
200 | 11015 | im_type 参数不合法 | im_type 参数不合法 |
200 | 11016 | token 解析 appid 失败 | 重新获取token |
200 | 11016 | token 与 appid 不匹配 | token 与 appid 不匹配 |
200 | 11020 | 当前服务类目不允许使用该im_type | 小程序现有的服务类目不属于im_type指定行业 |
200 | 11021 | appid未加白名单 | appid未加白名单 |
curl --location --request GET 'http://dev-cn.your-api-server.com/api/apps/chat/customer_service_url?scene=1&openid
=SuQBK********N5f&appid=ttabc********8&type=1128&im_type=group_buy&order_id=162d********' \
--header 'Access-Token: 080112**************************50673d3d'
{
"data": {
"url": "https://lf3-csp.bytetos.com/xxx.html"
},
"err_no": 0,
"err_msg": "",
"log_id": "202209272************1184041BF1BB"
}