| 17 | } |
| 18 | |
| 19 | type Response struct { |
| 20 | Code uint32 `json:"code"` |
| 21 | CodeMsg string `json:"codeMsg"` |
| 22 | Data interface{} `json:"data"` // 数据 json |
| 23 | } |
| 24 | |
| 25 | // push 数据结构体 |
| 26 | type PushMsg struct { |
nothing calls this directly
no outgoing calls
no test coverage detected