公告

— 快使用微信扫码体验一下吧:


Skip to content

用户个人信息

更新: 12/31/2024 字数: 0 字 时长: 0 分钟


接口地址

js
https://tea.qingnian8.com/api/bizhi/userInfo

请求方式

ts
GET;

秘钥验证

序号参数名参数值是否必填参数类型描述说明
1access-keydake123321String获得秘钥参数。

微信小程序扫码查看

壁纸接口


响应示例

ts
{
	"errCode": 0,
	"errMsg": "查询成功",
	"data": {
		"IP": "100.100.100.101",
		"address": {
			"country": "中国",
			"province": "浙江",
			"city": "杭州"
		},
		"downloadSize": 5,
		"scoreSize": 8
	},
	"timeCost": 132
}
序号参数名参数类型描述说明
1errCodeInteger0:成功 400:失败
2errMsgString查询结果描述
3timeCostInteger接口消耗时间
4dataObject个人信息对象,见下

Data 参数

序号参数名参数类型描述说明
1IPString当前用户的 IP 地址
2downloadSizeInteger下载次数
3scoreSizeString评分过多少次
4addressObject归属地对象
5address.countryString国家
6address.provinceString省份
7address.cityString城市