免密查询对方QQ群信用星级
接口地址 https://apis.kit9.cn/api/qq_group_star/api.php
请求方式 GET/POST
返回格式 JSON
HTTP/HTTPS 支持
请求示例 https://apis.kit9.cn/api/qq_group_star/api.php?gc=139491953
参数说明
参数 | 必填 | 类型 | 说明 |
---|---|---|---|
gc | 是 | String | 群号 |
返回参数
名称 | 类型 | 说明 | ||
---|---|---|---|---|
code | number | 状态码 200为正常,其它为异常 | ||
msg | string | 状态说明 | ||
data | array | 数组 | ||
group_level | string | 群星级 | ||
group_reason | string | 群原因 |
返回示例
{ "code": 200, "msg": "success", "data": { "group_level": 4, "group_reason": "该群在群搜索结果中排名将受影响,因群资料模块存在不良内容,清理并通过审核可消除影响并提升星级" } }