通过qq_skey查询群列表
接口地址 https://apis.kit9.cn/api/qq_group_list/api.php
请求方式 GET/POST
返回格式 JSON
HTTP/HTTPS 支持
请求示例 https://apis.kit9.cn/api/qq_group_list/api.php?qq=123456&skey=@123456&p_skey=123456
参数说明
| 参数 | 必填 | 类型 | 说明 |
|---|---|---|---|
| 是 | String | ||
| skey | 是 | String | skey |
| p_skey | 是 | String | p_skey来源qun.qq.com |
返回参数
| 名称 | 类型 | 说明 | ||
|---|---|---|---|---|
| code | number | 状态码 200为正常,其它为异常 | ||
| msg | string | 状态说明 | ||
| qun | string | 群数量 | ||
| data | array | 数组 | ||
| name | string | 群名称 | ||
| number | string | 群主QQ | ||
返回示例
{
"code": 200,
"msg": "success",
"qun": 6,
"data": {
"群号": {
"name": "群昵称",
"number": 群主Q
},
"群号": {
"name": "群昵称",
"number": 群主Q
}
}
}