文档
测试

获取商品分类集合

GET
{{url_logic}}/goods/type/list

响应数据

```json { "errorCode": 0, "msgType": 1, "result": [ { "details": "中药颗粒剂是在奥风格和哇哦我哇噢诶服务煎熬IE就哇哦分为奇偶i", // 说明,没有就不返回 "id": 1, // 分类id "name": "颗粒剂中药材", // 名字 "img": "/afeoiwajoif" // 图片地址 }, { "details": "中药饮片奥if额澳网if就哇哦我AOI安慰佛我挖厚非", "id": 2, "name": "中药饮片" }, { "id": 3, "name": "成品膏方" }, { "id": 4, "name": "敷贴/艾灸" } ] } ```