9 lines
211 B
Go
Raw Permalink Normal View History

2019-04-22 02:59:20 +00:00
package offer
type ActiveMsg struct {
OS string `json:"os,omitempty"`
IMEI string `json:"imei,omitempty"`
Androidid string `json:"androidid,omitempty"`
Mac string `json:"mac,omitempty"`
}