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

查询淘宝黑号,数据来源为商家上传

请求地址

http://www.taoyanhao.com/Api/Rest.ashx?type=GetHeihao

请求参数
名称 类型 必须 描述
uid string 网站会员id
ticks string 13位时间戳,格式为1557052966760,API允许请求最大时间误差为10分钟。
nick string 淘宝旺旺
token string 本次请求的签名,算法为:MD5(uid+ticks+nick+secret)。
secret在会员中心里,点此查看
返回结果

失败时:

{
    "success": false,
    "info": "非法请求"
}
                

成功时:

{
    "data": {
        "nick": "tb2****117",
        "badRate": "0",
        "afterSale": "1",
        "inspect": "0",
        "dajiaPerson": "0",
        "refund": "0",
        "other": "0"
    },
    "isHeihao": true,
    "balance": 198372.0000,
    "point": 0.0000,
    "success": true,
    "time": "2020/10/13 7:29:37"
}

                
返回参数
名称 类型 描述
isHeihao bool 表示是否黑号
badRate string 差评
afterSale string 找茬
inspect string 抽检
dajiaPerson string 打假
refund string 退款
other string 其他