获取优惠券 websocket测试 GET /coupon/coupon/list 请求参数 ```JSON { "page": 1, //当前页码 "limit": 10, //每页记录数 "sidx": "id", //排序字段 "order": "asc/desc", //排序方式 "key": "华为" //检索关键字 } ```
```JSON { "page": 1, //当前页码 "limit": 10, //每页记录数 "sidx": "id", //排序字段 "order": "asc/desc", //排序方式 "key": "华为" //检索关键字 } ```