简要描述:

  • 蛋糕叔叔-获取自提门店

请求URL:

GET/route=plugin.yz-supply-cake.frontend.index.index.getStore&city=广州&goods_id=5129&lng=113.185008&lat=23.085902&shop_name=江燕店
参数名 类型 说明 是否必须
city string 城市名称 是 如果是全国或者没有可以传收货地址中的城市
goods_id int 商品id
shop_name string 门店名称
lng
lat

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "",
    "data": [
        {
            "shop_id": 1117004,
            "shop_name": "芳村百花路店",
            "phone": "400-110-3737",
            "latitude": 23.101435,
            "longitude": 113.236395,
            "address": "广州市荔湾区百花路8号(花地人家商业中心)109-110号",
            "distance": 5532.58232198139
        },
        {
            "shop_id": 1117002,
            "shop_name": "江燕店",
            "phone": "400-110-3737",
            "latitude": 23.085902,
            "longitude": 113.285008,
            "address": "广州市海珠区江燕路245号,锦江之星1楼,江燕公园公交站",
            "distance": 10228.998848625093
        },
        {
            "shop_id": 1117005,
            "shop_name": "滨江东路店",
            "phone": "400-110-3737",
            "latitude": 23.106661,
            "longitude": 113.300866,
            "address": "广州市海珠区区滨江东路1028号(民生银行旁边)",
            "distance": 12072.9200004148
        }
    ]
}
参数名 类型 说明
shop array 门店信息
参数名 类型 说明
distance 距离 单位公里
shop_id string 门店ID 订单提交的门店id是这个
shop_name string 门店名称
longitude string 门店经度
latitude string 门店纬度
address string 门店地址
phone string 门店联系方式