message.go 211 B

12345678
  1. package offer
  2. type ActiveMsg struct {
  3. OS string `json:"os,omitempty"`
  4. IMEI string `json:"imei,omitempty"`
  5. Androidid string `json:"androidid,omitempty"`
  6. Mac string `json:"mac,omitempty"`
  7. }