first commit
This commit is contained in:
8
service/auth/model/auth.go
Normal file
8
service/auth/model/auth.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package model
|
||||
|
||||
type AuthInfo struct {
|
||||
AppId string
|
||||
Token string
|
||||
Digest string
|
||||
CreateTime int64
|
||||
}
|
||||
Reference in New Issue
Block a user