You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- package model
-
- type Device struct {
- Type int32 // 设备类型,1:Android;2:IOS;3:Windows; 4:MacOS;5:Web
- Token string // token
- Expire int64 // 过期时间
- }
|