说明

根据门店ID查询门店及子门店列表

请求地址

环境 请求地址
测试环境 https://pay.umxnt.com/api/user/store_all_lists
正式环境

请求参数

参数 类型 是否必填 最大长度 描述
token string 令牌
store_id string 门店ID
id string id
p string 第几页,默认第一页
l string 返回条数,默认15条
  • 返回值示例 成功请求示例:

    {
      "status": 1,
      "message": "数据返回成功",
      "data": [
        {
          "id": 15,
          "config_id": "2345",
          "pid": 0,
          "user_id": 1,
          "merchant_id": "2",
          "user_pid": 0,
          "store_id": "20181815585595187",
          "store_name": "有梦想科技",
          "store_short_name": "有梦想科技",
          "people": "",
          "people_phone": "",
          "province_code": "320000",
          "city_code": "320100",
          "area_code": "320106",
          "province_name": "江苏省",
          "city_name": "南京市",
          "area_name": "鼓楼区",
          "store_address": "天元东路1009号123",
          "head_name": "戴康k",
          "head_sfz_no": "888855698552",
          "category_id": "2015062600002758",
          "category_name": "购物商城",
          "store_license_no": "6468454376498484",
          "store_license_time": "2018-06-30",
          "weixin_no": "无",
          "store_email": "",
          "is_close": 0,
          "is_admin_close": 0,
          "is_admin_close_desc": "资料未知",
          "store_type": 1,
          "store_type_name": "个体",
          "status": 2,
          "status_desc": "未审核",
          "admin_status": "02",
          "admin_status_desc": "未审核",
          "blacklist": 1,
          "wx_app_id": "",
          "wx_secret": "",
          "wx_subscribe_appId": "",
          "store_pay_ways_open": 1,
          "s_time": "06:00:00",
          "e_time": "23:59:59",
          "created_at": "2018-06-15 06:19:14",
          "updated_at": "2018-07-19 20:43:16"
        },
        {
          "id": 16,
          "config_id": "1234",
          "pid": 0,
          "user_id": 1,
          "merchant_id": "1",
          "user_pid": 0,
          "store_id": "2018061205492993166",
          "store_name": "有梦想科技-1",
          "store_short_name": "有梦想科技-1",
          "people": "",
          "people_phone": "",
          "province_code": "110000",
          "city_code": "110100",
          "area_code": "110102",
          "province_name": "北京",
          "city_name": "北京市",
          "area_name": "西城区",
          "store_address": "啦咯啦咯啦咯啦",
          "head_name": "",
          "head_sfz_no": "",
          "category_id": "",
          "category_name": "",
          "store_license_no": "",
          "store_license_time": "",
          "weixin_no": "无",
          "store_email": "",
          "is_close": 0,
          "is_admin_close": 0,
          "is_admin_close_desc": "资料未知",
          "store_type": 1,
          "store_type_name": "",
          "status": 2,
          "status_desc": "未审核",
          "admin_status": "02",
          "admin_status_desc": "未审核",
          "blacklist": 1,
          "wx_app_id": "",
          "wx_secret": "",
          "wx_subscribe_appId": "",
          "store_pay_ways_open": 1,
          "s_time": "06:00:00",
          "e_time": "23:59:59",
          "created_at": "2018-06-12 05:49:29",
          "updated_at": "2018-06-20 09:50:30"
        }
      ],
      "l": 15,
      "p": 1,
      "t": 2
    }
    

返回参数说明

参数 类型 是否必填 最大长度 描述
store_name string 商户名称
store_type_name string 商户类型
created_at string 入驻时间
province_name string 省名称
city_name string 市名称
area_name string 区名称
store_address string 详细地址
people string 联系人姓名
people_phone string 联系人电话
status string 状态:1-审核成功,3-审核失败,2-未审核
status_desc string 状态描述反馈信息
  • {
        "message":"无效参数",
        "status":0
    }
    

results matching ""

    No results matching ""