获取红包 websocket测试 GET {{url_public}}/doctor/red/packet/get 响应数据 ```json { "errorCode": 0, "msgType": 1, "result": { "money": 8.88, // 红包金额,isRedPacket为true,才会返回 "isRedPacket": true // 是否有红包, "redEndTime": 120983109381 // 红包到期时间戳 } } ```
```json { "errorCode": 0, "msgType": 1, "result": { "money": 8.88, // 红包金额,isRedPacket为true,才会返回 "isRedPacket": true // 是否有红包, "redEndTime": 120983109381 // 红包到期时间戳 } } ```