文档
测试

商品列表

GET
192.168.1.17/index.php/api/Shopgoods/list

请求头

参数名
类型
描述
必填
token
必填

请求参数

参数名
类型
描述
必填
status
必填
keyword
必填

说明 / 示例

{ "code": 1, "msg": "success", "time": "1626056853", "data": { "total": 2, "per_page": 6, "current_page": 1, "last_page": 1, "data": [ { "id": 22, "name": "牛肉", "cat_id": 3, "shop_id": 1, "sales": 0, "status": 1, "quantity": 10, "price": "20.00", "avatar": "/uploads/20210706/3a047ae1d0716bca4c810f7a90f37c7e.png", "use_attr": 0, "content": "2313" }, { "id": 26, "name": "勇敢牛牛肉", "cat_id": 3, "shop_id": 1, "sales": 0, "status": 1, "quantity": 2, "price": "243.00", "avatar": "/uploads/20210707/7dbc21a03b3dabb0ea392683cfca2420.png", "use_attr": 1, "content": "22" } ] } }