首页获取红包 websocket测试 GET {{url_public}}/doctor/red/packet/list 响应数据 ```json { "errorCode": 0, "msgType": 1, "result": [ { "money": 66.6, // 红包大小 "memo": "限定xx使用", // 限定名称 "timeEnd": 1231 // 红包过期时间 }, { "money": 66.6, "memo": "限定xx使用", "timeEnd": 1231 // } ] } ```
```json { "errorCode": 0, "msgType": 1, "result": [ { "money": 66.6, // 红包大小 "memo": "限定xx使用", // 限定名称 "timeEnd": 1231 // 红包过期时间 }, { "money": 66.6, "memo": "限定xx使用", "timeEnd": 1231 // } ] } ```