1.店鋪發布
~~~[api]
post:https://ychd.nineopen.com/web/store_create
unionId#用戶唯一標識
store_head#店鋪頭像
json:store_banner#店鋪圖片
store_name#店鋪名稱
store_about#店鋪簡介
store_hours#店鋪營業時間
latitude#緯度
longitude#經度
address#店鋪詳細地址
<<<
success
success
<<<
~~~
2.店鋪信息
~~~[api]
post:https://ychd.nineopen.com/web/store_find
int:store_id#店鋪id
......
<<<
success
{
"store_id": 12,
"unionId": "oGwVH0lqS5-u2ts2Z2s1zCUjQWeM",
"store_head": "https://ychd.nineopen.com/upload/20181227/fe184512528cfa1bf33a32ad4e1040bf.png",
"store_banner": [
"https://ychd.nineopen.com/upload/20181227/bce401a6d0f3c0dd22ff2b90e6f124e7.jpg",
"https://ychd.nineopen.com/upload/20181227/2f91c71918b033f483bdf1c85501711e.jpg"
],
"store_name": "ms的店鋪",
"store_about": "3161945",
"latitude": "33.58705",
"longitude": "114.00664",
"address": "河南省漯河市郾城區海河路269號",
"store_hours": "10",
"store_swa": 0,
"create_time": "2018-12-27 11:54:48"
}
<<<
~~~
3.店鋪修改
~~~[api]
post:https://ychd.nineopen.com/web/store_update
int:store_id#店鋪id
.......
<<<
success
"success"
<<<
~~~
4.店鋪關注
~~~[api]
post:https://ychd.nineopen.com/web/store_focus
store_id#店鋪id
unionId#用戶唯一標識
<<<
success
success
<<<
error
~~~
5.取消關注店鋪
~~~[api]
post:https://ychd.nineopen.com/web/store_focus_cancel
store_id#店鋪id
unionId#用戶唯一標識
<<<
success
success
<<<
error
~~~
6.店鋪展示
~~~[api]
post:https://ychd.nineopen.com/web/store_show
store_id#店鋪id
unionId#用戶唯一標識
<<<
success
{
"store": {
"store_banner": [
"https://ychd.nineopen.com/upload/20181227/bce401a6d0f3c0dd22ff2b90e6f124e7.jpg",
"https://ychd.nineopen.com/upload/20181227/2f91c71918b033f483bdf1c85501711e.jpg"
],
"store_about": "3161945",
"store_head": "https://ychd.nineopen.com/upload/20181227/fe184512528cfa1bf33a32ad4e1040bf.png"
},
"is_focus": 0,
"goods": [
{
"goods_id": 2,
"goods_banner1": "https://ychd.nineopen.com/upload/20181227/e507040ae35a01f9053164681259e202.png",
"goods_name": "巧克力",
"goods_new_price": 99
},
{
"goods_id": 3,
"goods_banner1": "https://ychd.nineopen.com/upload/20181227/2f0b2dc6c2fb69e519c28eee2325b3ef.png",
"goods_name": "梨",
"goods_new_price": 99
},
注釋:未關注:"is_focus": 0,已關注:"is_focus": 1
<<<
error
~~~
7.店鋪商品列表
~~~[api]
post:https://ychd.nineopen.com/web/store_goods
int:store_id#店鋪id
is_pass#審核狀態0:正在審核,1審核通過,2審核未通過,100全部
int:page#頁碼
<<<
success
[
{
"goods_id": 2,
"is_del": 0,
"store_id": 12,
"cate_id": 1,
"goods_banner1": "https://ychd.nineopen.com/upload/20181227/e507040ae35a01f9053164681259e202.png",
"goods_banner2": "https://ychd.nineopen.com/upload/20181227/4d40ebcb938c0856e4c7db51f876bec2.png",
"goods_banner3": "https://ychd.nineopen.com/upload/20181227/8f3836dc1912a9a5e04c1ac2f1e4c09a.png",
"goods_name": "巧克力",
"goods_price": 100,
"goods_new_price": 99,
"goods_start_time": "0000-00-00",
"goods_end_time": null,
"goods_swa": 108,
"create_time": "2018-12-27 16:35:46"
},
{
"goods_id": 3,
"is_del": 0,
"store_id": 12,
"cate_id": 1,
"goods_banner1": "https://ychd.nineopen.com/upload/20181227/2f0b2dc6c2fb69e519c28eee2325b3ef.png",
"goods_banner2": "https://ychd.nineopen.com/upload/20181227/3c9de7aaea8d1fa02c70c3366129b2d5.png",
"goods_banner3": "https://ychd.nineopen.com/upload/20181227/a3680ffb31ea1aa93b00bd8f11ff3e17.png",
"goods_name": "梨",
"goods_price": 100,
"goods_new_price": 99,
"goods_start_time": "0000-00-00",
"goods_end_time": null,
"goods_swa": 8,
"create_time": "2018-12-27 16:36:30"
},
<<<
error
~~~
8.店鋪訪問統計
~~~[api]
post:https://ychd.nineopen.com/web/store_count
int:store_id#店鋪id
<<<
success
{
"swa": 1,
"people": 1,
"focus": 1
}
<<<
error
~~~
9.優選店鋪
~~~[api]
post:https://ychd.nineopen.com/web/good_shops
int:page#頁碼
<<<
success
[
{
"store_id": 17,
"unionId": "",
"store_head": null,
"store_banner": null,
"store_name": null,
"store_about": null,
"latitude": null,
"longitude": null,
"address": null,
"store_hours": null,
"store_swa": 0,
"create_time": "2019-01-02 06:35:42"
},
<<<
error
~~~