golang-im聊天
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.
 
 
 
 

8 rivejä
179 B

  1. package model
  2. type Device struct {
  3. Type int32 // 设备类型,1:Android;2:IOS;3:Windows; 4:MacOS;5:Web
  4. Token string // token
  5. Expire int64 // 过期时间
  6. }