免密查询对方id身份卡
接口地址 https://apis.kit9.cn/api/qq_idcard/api.php
请求方式 GET/POST
返回格式 JSON
HTTP/HTTPS 支持
请求示例 https://apis.kit9.cn/api/qq_idcard/api.php?qq=2200604062
参数说明
| 参数 | 必填 | 类型 | 说明 |
|---|---|---|---|
| 是 | String |
返回参数
| 名称 | 类型 | 说明 | ||
|---|---|---|---|---|
| code | number | 状态码 200为正常,其它为异常 | ||
| msg | string | 状态说明 | ||
| data | array | 数组 | ||
| qid | string | 身份卡 | ||
返回示例
{
"code": 200,
"msg": "success",
"data": {
"qid": "achencc"
}
}