当前位置:API市场 > 旺旺照妖镜验号接口

旺旺照妖镜验号接口

获取淘宝账号信用、实名、性别、淘龄、降权数据等。

接口状态: 已停用 更新时间: 2023-03-06 <<暂不接受定制,接口费用不议价,同意后再联系>>
0.05/次

¥100/2000次
100元起充 / 开户费100元

  • 接口地址:https://www.taofake.com.cn/api/account/getaccountinfoPlus 获取私钥
  • 请求方式:POST/GET
  • 返回格式:JSON
  • 请求示例:https://www.taofake.com.cn/api/account/getaccountinfoPlus?account=[旺旺号]&sign=[sign]&app_id=[APPID]&timestamp=[时间戳函数]
  • 接口备注:查询1次,计4次调用

请求参数说明:

名称类型必填示例值说明
accountstringaa358bb淘宝旺旺账号
signString67deebee082d446da21768c20e86310a3714eb8b为了验证用户身份,以及确保参数不被中间人篡改,需要传递调用者的数字签名。【小写】sign=sha1(account + app_id + appsecret + timestamp);
app_idString5b68434f29330淘发客应用id
timestampString1394276508客户端时间。
时间戳,格式如:1394276508

返回参数说明:

名称类型默认值说明
codeint
返回码
dataarray
数据查询结果(数据含义请参考《淘宝信誉查询接口》,以下仅对新增字段说明)
├─ uidstring
淘宝uid
├─ regTime2string
注册时间【带年数计算的注册时间 2008-11-01(14.17年)】
├─ taoAge_daystring
注册天数
├─ taoAge_yearstring
注册年数
├─ credit_history_listarray
近期购买记录【end_date结束时间/start_date开始时间/differ_xinyu收货量/differ_day区间天数】
├─ zhou_queryint
周查询次数
├─ lastWeekShopint
上周查询次数
├─ is_createdint
注册日期是否正确 0 不正确 1 正确
├─ heihao_plint
跑路次数【拿到商家的返款,就恶意退款跑了!】
├─ heihao_wxint
威胁次数【用各种方式威胁商家给钱!】
├─ heihao_pzint
骗钱次数【用各种方式骗商家钱!】
├─ heihao_djint
打假次数【用工商、发票、字体、商标、假货各种方式来坑商家钱了!】
├─ heihao_cpint
差评次数【接完了单给了商家差评进行要挟!】
├─ heihao_tkint
淘客拍单次数【用了淘客链接来拍商家的单!】
├─ heihao_jqint
降权次数【被TB系统检测刷单的旺旺号】
├─ heihao_jbint
被举报次数
msgstring
返回说明

JSON返回示例:

{
  "code": 0,
  "msg": "success",
  "data": {
    "isSeller": 0,
    "username": "aa358bb",
    "regTime": "2008-04-30",
    "avatar": "http://img03.taobaocdn.com/tfscom/TB1e4rMt8Bh1e4jSZFhXXcC9VXa-240-240.png_120x120.jpg",
    "sex": "男号",
    "type": "",
    "Created": "",
    "last_visit": "",
    "area": "保密",
    "bLevel": "3心",
    "golden_seller": "false",
    "sLevel": "0",
    "not_good_": "",
    "bscore": "0",
    "vip": 0,
    "bok_p": "100%",
    "sscore": "",
    "sok_p": "100%",
    "utype": 2,
    "safeType": 0,
    "bLevelIco": "https://img.alicdn.com/newrank/b_red_3.gif",
    "sLevelIco": "https://img.alicdn.com/newrank/s_red_1.gif",
    "active_point": "0",
    "active_level": "0",
    "has_shop": false,
    "isTmall": "false",
    "safeNumber": 101,
    "safeReason": "aa358bb初始分数100分,[给出好评率]100%加1分",
    "taoAge": 5424,
    "weekOrder": "0.07",
    "monthOrder": "",
    "bGoodNum": "0",
    "bTotalNum": "0",
    "old_username": "",
    "s_time": "2023-03-07 05:02:00",
    "vip_level": 0,
    "uid": "107681304",
    "regTime2": "2008-04-30(14.86年)",
    "taoAge_day": "5424",
    "taoAge_year": "14.86年",
    "credit_history_list": [
      {
        "end_date": "2022-12-05 00:00:00",
        "differ_xinyu": 1,
        "differ_day": 14,
        "start_date": "2022-11-21 00:00:00"
      }
    ],
    "zhou_query": 1,
    "lastWeekShop": 0,
    "is_created": true,
    "heihao_pl": 0,
    "heihao_wx": 0,
    "heihao_pz": 0,
    "heihao_dj": 0,
    "heihao_cp": 0,
    "heihao_tk": 0,
    "heihao_jq": 0,
    "heihao_jb": 0
  }
}