简要描述:

  • 优惠券列表

请求URL:

POST/wapapi/order/getStoreList

参数:

参数名 是否必须 类型 说明
store_id 必填 string 门店id 逗号隔开
lng 必填 int 经度
lat 必填 int 纬度

返回示例:

正确时返回:

{
    "code": 1,
    "data": [
        {
            "distance": 9826.4,
            "store_id": 2,
            "shop_id": 1,
            "website_id": 26,
            "store_name": "test店铺门店",
            "province_name": "江西省",
            "city_name": "南昌市",
            "dictrict_name": "东湖区",
            "address": "dfsadftest",
            "status": 1,
            "start_time": "02:00",
            "finish_time": "05:05"
        },
        {
            "distance": 12365.36,
            "store_id": 1,
            "shop_id": 0,
            "website_id": 26,
            "store_name": "test门店",
            "province_name": "江西省",
            "city_name": "南昌市",
            "dictrict_name": "东湖区",
            "address": "发放",
            "status": 1,
            "start_time": "00:00",
            "finish_time": "05:00"
        }
    ]
}

错误时返回:

{
    "code": -1,
    "message": "领取失败"
}

返回参数说明: