# 获取绑定列表-开放接口
# 配置信息
例如:
- APPID: xxxxxxxxxxxxxxx
- TOKEN: xxxxxxxxxxxxxxx
- EncodingAESKey: xxxxxxxxxxxxxxx
# 获取绑定列表接口:
https://chatbot.weixin.qq.com/openapi/getbindlist/{TOKEN}
接口类型:
POST请求
curl -X post "https://chatbot.weixin.qq.com/openapi/getbindlist/{TOKEN}" -H "Content-Type:application/json"
返回值说明:
字段 | 类型 | 描述 |
---|---|---|
code | number | 错误码 |
msg | array | 接口调用信息 |
返回格式:
{
"bindlist": "Array[Object]"
}