获取QQ昵称和头像接口
接口地址: https://api.zxki.cn/api/qqnctx?qq=
返回格式: JSON
请求方式: GET
请求示例: https://api.zxki.cn/api/qqnctx?qq=8670468
请求参数说明:
名称 | 必填 | 类型 | 说明 |
---|---|---|---|
是 | string | 需要查询的QQ号 |
返回参数说明:
名称 | 类型 | 说明 |
---|---|---|
imgurl | string | QQ头像 |
name | string | QQ名称 |
返回示例:
{ "code":1, "imgurl":"https://q.qlogo.cn/headimg_dl?dst_uin=8670468&spec=100", "name":"Delete" }
错误码格式说明:
名称 | 类型 | 说明 |
---|
代码示例:
自行调用