免密查询对方照片墙
接口地址 https://apis.kit9.cn/api/qq_photo_wall/api.php
请求方式 GET/POST
返回格式 JSON
HTTP/HTTPS 支持
请求示例 https://apis.kit9.cn/api/qq_photo_wall/api.php?qq=123456
参数说明
| 参数 | 必填 | 类型 | 说明 |
|---|---|---|---|
| 是 | String |
返回参数
| 名称 | 类型 | 说明 | ||
|---|---|---|---|---|
| code | number | 状态码 200为正常,其它为异常 | ||
| msg | string | 状态说明 | ||
| data | array | 数组 | ||
| pic | string | 图片直链 | ||
| uploaded_timestamp | string | 上传时间戳 | ||
| uploaded_time | string | 上传时间 | ||
| photo | array | 数组 | ||
| total | string | 图片数量 | ||
| Lastup_timestamp | string | 最后更新时间戳 | ||
| Lastuptime | string | 最后更新时间 | ||
返回示例
{
"code": 200,
"msg": "success",
"data": [
{
"pic": "http://ugc.qpic.cn/mqq_photo/0/7f0313bc35c873a123cb042561a8c62d565bc56601/0",
"uploaded_timestamp": 1349765483,
"uploaded_time": "2012-10-09 02:51:23"
}
],
"photo": {
"total": 1,
"Lastup_timestamp": 1349765483,
"Lastuptime": "2012-10-09 02:51:23"
}
}