Create & Init Project...
This commit is contained in:
8
app/job/main/app-wall/model/offer/message.go
Normal file
8
app/job/main/app-wall/model/offer/message.go
Normal file
@ -0,0 +1,8 @@
|
||||
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"`
|
||||
}
|
Reference in New Issue
Block a user