取门店信息
~~~
/plugins/shop/api/v1_shop_info.php
~~~
参数:
* lat
* lng
返回
~~~
{
data: {
shop_name: "演示门店",
shop_address: "上海市浦东新区",
shop_connect_name: "联系人",
shop_connect_phone: "132****489",
shop_img: "http://127.0.0.1:3000/uploads/127_0_0_1_3000/2022-03-09/622802d22787b.jpg",
shop_lng: "121.600043" ,
shop_lat: "31.122798",
distance: "1公里"
},
code: 0,
type: "success"
}
~~~