first commit
This commit is contained in:
16
pkg/partner/mq/message/message_active_new.go
Normal file
16
pkg/partner/mq/message/message_active_new.go
Normal file
@ -0,0 +1,16 @@
|
||||
package message
|
||||
|
||||
// 激活消息
|
||||
type ActiveNewMessage struct {
|
||||
Message
|
||||
ClientIp string // 用户Ip
|
||||
ClientVersion string // 用户ID
|
||||
DeviceId string // 设备ID
|
||||
Platform string // 活跃的平台
|
||||
MarketChannel string // 活跃的平台
|
||||
DeviceModel string // 活跃的设备型号
|
||||
TimeStamp string // 活跃的IP
|
||||
BundleId string // 活跃的IP
|
||||
OsVersion string // 活跃的IP
|
||||
ApiVersionNum string // 活跃的IP
|
||||
}
|
||||
Reference in New Issue
Block a user