查询套餐含数量 websocket测试 GET /active/combo/type/list 响应参数 参数名 类型 描述 必填 code string 示例:200 必填 result array 数据列表 必填 id int 示例:1 必填 name string 示例:分类2 必填 type int 示例:1 默认 必填 icon string 示例:xx 必填 num int 示例:3 必填 sort object 示例:null 必填 success boolean 示例:true 必填 timestamp int 示例:1589292120648 必填 说明 / 示例 { "code": "200", "result": [ { "id": 1, "name": "分类2", "type": 1, "icon": "1", "num": 3, "sort": null } ], "success": true, "timestamp": 1589292120648 }
{ "code": "200", "result": [ { "id": 1, "name": "分类2", "type": 1, "icon": "1", "num": 3, "sort": null } ], "success": true, "timestamp": 1589292120648 }