#### 列表
~~~[api]
get:/index/goods/index
*number:storesId#門店ID
string:search#搜索關鍵詞
number:cateId#分類ID
number:brandsId#品牌ID
string:orderBy=sale#排序,'sale'=>最新,view=>人氣,sale=>銷量,price=>價格
number:p=1#當前頁數
number:ps=10#分頁大小
<<<
success
{
"code": 1,
"msg": "",
"time": "2018-06-19 21:33:08",
"data": [
{
"id": 1,
"dealer_id": 1,
"stores_id": 1,
"cate_id": 1,
"brands_id": 0,
"express_id": 0,
"template_id": null,
"sn": "20180614133808873510",
"name": "商品1",
"weight": 0,
"volume": 0,
"thumb": "http://oss.dgyouduo.com/static/img/no-image.png",
"banner": [
"http://oss.dgyouduo.com/static/img/no-image-16x10.png"
],
"summary": "商品摘要",
"price": "10.00",
"market_price": "20.00",
"inventory": 100,
"view_count": 0,
"sale_count": 0,
"sort": 0,
"is_free_shipping": 0,
"is_hot": 0,
"is_new": 0,
"is_real": 1,
"is_sale": 1,
"is_trash": 0,
"status": 1,
"created_at": "2016-01-01 00:00:00",
"updated_at": "2018-06-14 15:57:57",
"saled_at": "2018-06-14 15:57:57",
"status_text": "正常"
}
],
"_meta": {
"totalCount": 1,
"pageCount": 1,
"currentPage": 1,
"perPage": 10
}
}
~~~
#### 分類
~~~[api]
get:/index/goods/category
*number:storesId#門店ID
<<<
success
{
"code": 1,
"msg": "",
"time": "2018-06-19 21:32:40",
"data": [
{
"id": 1,
"dealer_id": 1,
"stores_id": 1,
"parent_id": 0,
"parent_id_path": "0_1",
"level": 1,
"name": "分類一",
"thumb": "http://oss.dgyouduo.com/static/img/no-image.png",
"sort": 0,
"is_show": 0,
"is_hot": 0,
"status": 1,
"created_at": "2016-01-01 00:00:00",
"updated_at": "2018-06-14 11:23:51",
"children": [],
"status_text": "正常"
}
],
"_meta": {
"totalCount": 1,
"pageCount": 1,
"currentPage": 1,
"perPage": 100
}
}
~~~
#### 詳情
~~~[api]
get:/index/goods/retrieve/id/:id
<<<
success
{
"code": 1,
"msg": "",
"time": "2018-06-19 21:33:56",
"data": {
"id": 1,
"dealer_id": 1,
"stores_id": 1,
"cate_id": 1,
"brands_id": 0,
"express_id": 0,
"template_id": null,
"sn": "20180614133808873510",
"name": "商品1",
"weight": 0,
"volume": 0,
"thumb": "http://oss.dgyouduo.com/static/img/no-image.png",
"banner": [
"http://oss.dgyouduo.com/static/img/no-image-16x10.png"
],
"summary": "商品摘要",
"content": "商品內容",
"price": "10.00",
"market_price": "20.00",
"inventory": 100,
"view_count": 0,
"sale_count": 0,
"sort": 0,
"is_free_shipping": 0,
"is_hot": 0,
"is_new": 0,
"is_real": 1,
"is_sale": 1,
"status": 1,
"created_at": "2016-01-01 00:00:00",
"updated_at": "2018-06-14 15:57:57",
"saled_at": "2018-06-14 15:57:57",
"status_text": "正常"
}
}
~~~
#### 評論
~~~[api]
get:/index/goods/evaluate
*number:goodsId#商品ID
number:p=1#當前頁數
number:ps=10#分頁大小
<<<
success
{
"code": 1,
"msg": "",
"time": "2018-06-30 07:30:11",
"data": [
{
"id": 1,
"member_id": 5,
"order_id": 7,
"goods_id": 1,
"sku_key": "",
"content": "好棒的產品",
"images": [
"http://oss.dgyouduo.com/static/img/no-image.png"
],
"grade": 5,
"sort": 0,
"is_anonymity": 0,
"is_audit": 1,
"status": 1,
"created_at": "2018-06-30 07:13:18",
"updated_at": "2018-06-30 07:13:18",
"member": {
"id": 5,
"nickname": "404",
"status": 1,
"status_text": "正常"
},
"status_text": "正常"
}
],
"_meta": {
"totalCount": 1,
"pageCount": 1,
"currentPage": 1,
"perPage": 10
}
}
~~~
#### 評論根據門店ID
~~~[api]
get:/index/goods/evaluateByStoresId
*number:storesId#門店ID
number:p=1#當前頁數
number:ps=10#分頁大小
<<<
success
{
"code": 1,
"msg": "",
"time": "2018-08-09 15:31:36",
"data": [
{
"id": 1,
"member_id": 5,
"order_id": 7,
"goods_id": 1,
"sku_key": "",
"content": "好棒的產品",
"images": [
"http://oss.dgyouduo.com/static/img/no-image.png"
],
"grade": 5,
"sort": 0,
"is_anonymity": 0,
"is_audit": 1,
"status": 1,
"created_at": "2018-06-30 07:13:18",
"updated_at": "2018-06-30 07:13:18",
"goods": {
"id": 1,
"name": "商品1",
"status": 1,
"status_text": "正常"
},
"member": {
"id": 5,
"nickname": "404",
"status": 1,
"status_text": "正常"
},
"status_text": "正常"
}
],
"_meta": {
"totalCount": 1,
"pageCount": 1,
"currentPage": 1,
"perPage": 10
}
}
~~~
#### 增加瀏覽數
~~~[api]
post:/index/goods/addViewCount/id/:id
<<<
success
{
"code": 1,
"msg": "success",
"time": "2018-01-18 22:27:56",
"data": []
}
~~~
#### 秒殺
~~~[api]
get:/index/goods/seckill
number:p=1#當前頁數
number:ps=10#分頁大小
<<<
success
{
"code": 1,
"msg": "",
"time": "2018-08-17 08:21:34",
"data": [
{
"id": 1,
"dealer_id": 1,
"stores_id": 2,
"goods_id": 32,
"price": "2.50",
"inventory": 1000,
"max_buy_number": 100,
"status": 1,
"created_at": "2018-08-17 05:57:16",
"updated_at": "2018-08-17 06:15:41",
"start_at": "2016-01-01 00:00:00",
"end_at": "2016-01-01 00:00:00",
"stores": {
"id": 2,
"name": "門店2"
},
"goods": {
"id": 32,
"name": "商品五",
"thumb": "http://oss.dgyouduo.com/static/img/no-image.png"
},
"status_text": "正常"
}
],
"_meta": {
"totalCount": 1,
"pageCount": 1,
"currentPage": 1,
"perPage": 10
}
}
~~~
#### 秒殺詳情
~~~[api]
get:/index/goods/seckillDetail/id/:id
<<<
success
{
"code": 1,
"msg": "",
"time": "2018-08-19 22:01:42",
"data": {
"id": 4,
"dealer_id": 1,
"stores_id": 1,
"goods_id": 1,
"price": "100.00",
"inventory": 10,
"max_buy_number": 10,
"status": 1,
"created_at": "2018-08-18 15:21:24",
"updated_at": "2018-08-18 15:21:24",
"start_at": "2018-08-18 00:00:00",
"end_at": "2018-08-18 00:00:00",
"goods": {
"id": 1,
"dealer_id": 1,
"stores_id": 1,
"cate_id": 1,
"brands_id": 1,
"express_id": 1,
"template_id": 1,
"sn": "20180813161949106144",
"name": "商品一",
"weight": 0,
"volume": 0,
"thumb": "http://oss.dgyouduo.com/static/img/no-image.png",
"banner": [
"http://oss.dgyouduo.com/static/img/no-image-16x10.png"
],
"summary": "商品一",
"content": "商品一",
"price": "1.00",
"market_price": "1.00",
"inventory": 100,
"view_count": 0,
"sale_count": 0,
"sort": 0,
"is_free_shipping": 0,
"is_hot": 0,
"is_new": 0,
"is_real": 1,
"is_sale": 1,
"status": 1,
"created_at": "2016-01-01 00:00:00",
"updated_at": "2016-01-01 00:00:00",
"saled_at": "2016-01-01 00:00:00",
"status_text": "正常"
},
"status_text": "正常"
}
}
~~~
- 簡介
- 模型
- 模型規范
- 后臺用戶模型
- 商家用戶模型
- 會員用戶模型
- 配送員用戶模型
- 文章模型
- 門店模型
- 門店模型(高德地圖)
- 商品模型
- 模板商品模型
- 購物車模型
- 訂單模型
- 配送訂單模型
- 快遞模型
- 積分商品模型
- 促銷模型
- 平臺API
- 首頁
- 系統管理
- 賬戶管理
- 角色管理
- 權限管理
- 菜單管理
- 平臺管理
- 會員端設定
- 積分設定
- 接口管理
- 微信接口
- 短信接口
- 快遞接口
- 地圖接口
- 支付寶接口
- 文章管理
- 分類管理
- 文章列表
- 審核管理
- 商家管理
- 商家列表
- 角色管理
- 權限管理
- 菜單管理
- 申請管理
- 門店管理
- 分類管理
- 門店列表
- 審核管理
- 配送員管理
- 配送員列表
- 會員管理
- 會員列表
- 商品管理
- 分類管理
- 品牌管理
- 商品列表
- 參數管理
- 規格管理
- 訂單管理
- 訂單列表
- 快遞管理
- 快遞列表
- 促銷管理
- 紅包管理
- 積分管理
- 商品管理
- 訂單管理
- 財務管理
- 模板商品管理
- 分類管理
- 品牌管理
- 商品列表
- 參數管理
- 規格管理
- 商家API
- 首頁
- 系統管理
- 賬戶管理
- 角色管理
- 權限管理
- 門店管理
- 門店列表
- 商品管理
- 分類管理
- 品牌管理
- 商品列表
- 參數管理
- 規格管理
- 模板商品
- 訂單管理
- 訂單列表
- 售后管理
- 投訴管理
- 快遞管理
- 快遞列表
- 配送員管理
- 配送員列表
- 促銷管理
- 商品秒殺
- 訂單滿減
- 優惠券管理
- 財務管理
- 配送員API
- 首頁
- 工作狀態
- 訂單管理
- 消息中心
- 個人中心
- 文章
- 錢包
- 系統
- 會員API
- 首頁
- 商家
- 門店
- 商品
- 會員
- 收貨地址
- 購物車
- 訂單
- 訂單售后
- 訂單投訴
- 紅包
- 優惠券
- 積分
- 文章
- 公共API
- 阿里云對象存儲
- 微信公眾平臺
- 微信支付平臺
- 支付寶
- 凌凱短信
- 快遞鳥
- 接口返回碼
- 20180104溝通記錄
- 20180119溝通記錄
- 20180130溝通記錄
- 20180313溝通記錄