查询QQ等级信息
详细版:https://api.xwteam.cn/doc/168
https://free.xwteam.cn/api/qq/level
GET/POST
application/json
名称 | 值 |
---|---|
Content-Type | application/x-www-form-urlencoded;charset:utf-8; |
名称 | 必填 | 类型 | 示例值 | 说明 |
---|---|---|---|---|
是 | string | 12345 | 需要查询的QQ号码 | |
login | 否 | string | 12345 | 登录的QQ号码 |
skey | 否 | string | xxxxxx | 登录的QQ号码对应的Skey |
pskey | 否 | string | xxxxxx | 登录的QQ号码对应的P_Skey |
https://free.xwteam.cn/api/qq/level?qq=12345
正在请求API数据...
名称 | 类型 | 说明 |
---|---|---|
code | int | 状态码 |
msg | string | 状态信息 |
data | string | 请求结果数据集 |
debug | string/array | 调试数据 |
exec_time | float | 执行耗时 |
user_ip | string | 客户端IP |