通知 推荐:提升销量,免费试单,不充本金,安全保障
淘宝账号信誉点API接口返回Api列表

查询淘宝账号信誉具体点数

请求地址

http://www2.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": {
        "nick": "txx**nao",
        "buyCredit": "115",
        "buyerLevel": "4"
    },
    "balance": "8411",
    "nick": "txx**nao",
    "success": true,
    "api": "TaoUserCredit",
    "time": "2023/10/10 2:49:09"
}

                
返回参数
名称 类型 描述