bnj.go 316 B

123456789101112131415
  1. package bnj
  2. // ResetMsg .
  3. type ResetMsg struct {
  4. Mid int64 `json:"mid"`
  5. Ts int64 `json:"ts"`
  6. }
  7. // Push .
  8. type Push struct {
  9. Second int64 `json:"second"`
  10. Name string `json:"name"`
  11. TimelinePic string `json:"timeline_pic,omitempty"`
  12. H5TimelinePic string `json:"h5_timeline_pic,omitempty"`
  13. }