简要描述:

  • 名片-招商员-门店接口

请求域名:

  • http://xx.com

请求URL:

POST:plugin.business-card.frontend.controllers.card.card.getStaffStore

参数:

参数名 是否必须 类型 说明
card_id int 名片id

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "ok",
    "data": {
        "total": 3,
        "per_page": 5,
        "current_page": 1,
        "last_page": 1,
        "next_page_url": null,
        "prev_page_url": null,
        "from": 1,
        "to": 3,
        "data": [
            {
                "id": 21,
                "thumb": "https://dev1.yunzshop.com/addons/yun_shop/storage/app/avatars/store_applyPFAh9RiyWL",
                "store_name": "111",
                "province_id": 440000,
                "city_id": 440100,
                "district_id": 440111,
                "created_at": "2019-04-08 09:48:25",
                "store_id": 21,
                "province_name": "广东省",
                "city_name": "广州市",
                "district_name": "白云区"
            },
            {
                "id": 20,
                "thumb": "https://dev1.yunzshop.com/addons/yun_shop/storage/app/avatars/store_apply0CL4szFP1G",
                "store_name": "EUK404",
                "province_id": 440000,
                "city_id": 440100,
                "district_id": 440111,
                "created_at": "2019-04-08 09:33:54",
                "store_id": 20,
                "province_name": "广东省",
                "city_name": "广州市",
                "district_name": "白云区"
            },
            {
                "id": 18,
                "thumb": "https://dev1.yunzshop.com/addons/yun_shop/storage/app/avatars/store_apply6aGYMcQsJU",
                "store_name": "草莓牛奶",
                "province_id": 440000,
                "city_id": 440100,
                "district_id": 440111,
                "created_at": "2019-04-03 09:45:03",
                "store_id": 18,
                "province_name": "广东省",
                "city_name": "广州市",
                "district_name": "白云区"
            }
        ]
    }
}

返回参数说明:

参数名 类型 说明
result int 0:失败,1:成功
msg string 提示消息
data array 返回数据

返回参数 data 说明:

参数名 类型 说明

备注: