QQ信息获取
1.功能介绍
QQ信息获取api用于由QQ号获取QQ昵称/头像(加密)。
2.请求地址
https://api.szfx.top/qqinfo
3.参数释义
参数 | 类型 | 参数值 | 描述 |
---|---|---|---|
必填 | number | 需要查询的QQ | |
type | 选填 | 1/2 | type=1输出昵称,type=2输出头像地址 |
4.请求示例
https://api.szfx.top/qqinfo/?qq=2389757997
5.返回数据
{
msg: "success",
nickname: "沉默剑士",
headimg: "https://q.qlogo.cn/g?b=qq&k=ud2BBqaOBI2ODtCb3cj2WA&s=100"
}
6.调用效果
暂无