ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
## 获取团购商品列表 ~~~[api] get:/store/api.data/getGroupList string:door_id#指定门店ID string:company_id#指定企业ID string:code#指定产品编号 string:status=1#团购状态(1 销售中,0已下架) <<< success { "code": 1, "info": "获取团购列表", "data": { "page": { "limit": 20, "total": 1, "pages": 1, "current": 1 }, "list": [ { "id": 1, "mid": 0, "door_id": 0, "base_type_id": 2, "base_cate_id": 3, "code": 6592013751, "title": "拼团商品测试2", "logo": "https://haimengke.xd.cuci.cc/upload/decb0fe26fa3f486/b3f6521bf29403c8.png", "tags": "SPA", "image": "https://haimengke.xd.cuci.cc/upload/decb0fe26fa3f486/b3f6521bf29403c8.png", "price_market": "100.00", "price_selling": "50.00", "number_people_success": 1, "content": "<p>test</p>\r\n", "status": 1, "sort": 0, "is_deleted": 0, "create_at": "2019-05-30 15:30:14", "list": [ { "id": 1, "mid": 0, "door_id": 0, "package_code": 6592013751, "goods_type": "service", "goods_code": 6592006382, "goods_title": "服务项目测试1", "goods_number": 1, "status": 1, "create_at": "2019-05-30 15:30:14", "info": { "id": 1, "mid": 0, "door_id": 0, "code": 6592006382, "title": "服务项目测试1", "logo": "http://127.0.0.1:8000/upload/decb0fe26fa3f486/b3f6521bf29403c8.png", "image": "http://127.0.0.1:8000/upload/decb0fe26fa3f486/b3f6521bf29403c8.png", "tags": "SPA", "card_type": "1", "card_month": 1, "base_cate_id": 3, "base_type_id": 2, "price_once": "0.00", "price_selling": "80.00", "number_total": 1, "visit_day": 0, "content": "<p><span style=\"font-size:12px;\"><s>test</s></span></p>\r\n", "status": 1, "sort": 0, "is_deleted": 0, "create_at": "2019-05-30 15:17:46" } } ] } ] } } ~~~