淘宝客渠道商信息查询API接口

接口地址:http://bkapi.com/api/PublisherInfo

返回格式:json

请求方式:get

请求示例:http://bkapi.com/api/PublisherInfo?appkey=登录会员中心查看&tbname=xxxxx&info_type=1&page_no=0

请求方法

响应参数:
响应示例
                                                       

{
  "data": {
    "inviter_list": [
      {
        "account_name": "9**q",
        "create_date": "2024-12-02 18:36:06",
        "note": "",
        "offline_scene": "其他",
        "online_scene": "其他",
        "punish_status": "0",
        "real_name": "***",
        "relation_app": "common",
        "relation_id": 12345678,
        "rtag": xxxxx_xxxxx_xxxxx,
        "root_pid": "mm_xxxxx_xxxxx_xxxxx"
      }
    ],
    "root_pid_channel_list": [
      "mm_xxxxx_xxxxx_xxxxx"
    ],
    "total_count": 20
  }
}

  
code说明