mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-06-08 14:08:30 -05:00
9 lines
211 B
Go
9 lines
211 B
Go
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"`
|
|
}
|