1.附近商品
~~~[api]
post:https://ychd.nineopen.com/web/near_goods
latitude#纬度
longitude#经度
option#[near:离你最近,swa:浏览量,latest:最新商品 ]
int:page#页码
<<<
success
[
{
"goods_id": 2,
"goods_banner1": "https://ychd.nineopen.com/upload/20181227/e507040ae35a01f9053164681259e202.png",
"goods_name": "巧克力",
"goods_swa": 108,
"content1": "1",
"store_name": "ms的店铺",
"latitude": "33.58705",
"longitude": "114.00664",
"distance": 1.7126294685256316
},
{
"goods_id": 3,
"goods_banner1": "https://ychd.nineopen.com/upload/20181227/2f0b2dc6c2fb69e519c28eee2325b3ef.png",
"goods_name": "梨",
"goods_swa": 8,
"content1": "12312",
"store_name": "ms的店铺",
"latitude": "33.58705",
"longitude": "114.00664",
"distance": 1.7126294685256316
},
<<<
error
~~~
2.附近店铺
~~~[api]
post:https://ychd.nineopen.com/web/nearby_shops
latitude#纬度
longitude#经度
option#[near:离你最近,swa:浏览量,latest:最活跃的 ]
int:page#页码
<<<
success
[
{
"store_id": 13,
"store_head": "https://ychd.nineopen.com/upload/20181227/b347ffe4d66dd880963960c1834d6bb9.jpg",
"store_name": "白白的小店",
"address": "漯河市建业壹号中心(漯河市郾城区)",
"store_about": "test",
"latitude": "33.6014257104",
"longitude": "114.01294374855",
"distance": 0.01120182620446619
},
{
"store_id": 15,
"store_head": "https://ychd.nineopen.com/upload/20181227/e3126e87d757b77c367cd7c2fc4464ef.jpg",
"store_name": "动商测试",
"address": "建业壹号中心(漯河市郾城区)",
"store_about": "测试测试556",
"latitude": "33.60125",
"longitude": "114.01283",
"distance": 0.033371223728336126
},
<<<
error
~~~