淘宝账号信誉点API接口返回Api列表
查询淘宝账号信誉具体点数
请求地址
http://www.taoyanhao.com/Api/Rest.ashx?type=TaoUserCredit
请求参数
名称 | 类型 | 必须 | 描述 |
---|---|---|---|
uid | string | 是 | 网站会员id |
ticks | string | 是 | 13位时间戳,格式为1557052966760,API允许请求最大时间误差为10分钟。 |
nick | string | 否 | 淘宝昵称 |
token | string | 是 | 本次请求的签名,算法为:MD5(uid+ticks+nick+secret)。
【secret在会员中心里,点此查看】 |
返回结果
失败时:
{ "success": false, "info": "非法请求" }
成功时:
{ "data": { "score": "78", "scoreImage": "http://img.taoyanhao.com/newrank/b_red_5.gif", "nick": "花***半" }, "balance": "71563.5", "nick": "花***半", "success": true, "api": "TaoUserCredit", "time": "2024/10/11 20:28:58" }
返回参数
名称 | 类型 | 描述 |
---|