企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 获取实物产品列表 ~~~[api] get:/store/api.data/getProductList string:door_id#指定门店ID string:company_id#指定企业ID string:code#指定产品编号 string:base_brand_id#产品品牌ID string:base_brand_tag#产品品牌系列 string:tags#适用部位 string:sort#排序( price_desc | price_asc | sales_desc | sales_asc ) <<< success { "code": 1, "info": "获取产品列表", "data": { "page": { "limit": 20, "total": 1, "pages": 1, "current": 1 }, "list": [ { "id": 1, "mid": 0, "door_id": 0, "code": 6592028167, "base_type_id": 2, "base_cate_id": 3, "base_brand_id": 2, "logo": "http://127.0.0.1:8000/upload/decb0fe26fa3f486/b3f6521bf29403c8.png", "image": "http://127.0.0.1:8000/upload/decb0fe26fa3f486/b3f6521bf29403c8.png", "title": "产品名称232412351", "goods_spec": "l", "goods_unit": "箱", "price_market": "50.00", "price_selling": "40.00", "number_stock": 0, "number_sales": 0, "content": "<p><strong><em><span style=\"color:#f1c40f;\"><s><span style=\"font-size:72px;\"><span style=\"background-color:#000000;\">&nbsp; T E S T&nbsp; &nbsp;</span></span></s></span></em></strong></p>\r\n", "tags": "SPA", "sort": 0, "status": 1, "is_deleted": 0, "create_at": "2019-05-30 15:53:54" } ] } } ~~~