企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
#### 列表 ~~~[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": "正常" } } ~~~