add logics
This commit is contained in:
11
backend/pkg/pg/users.go
Normal file
11
backend/pkg/pg/users.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package pg
|
||||
|
||||
type UserOAuth struct {
|
||||
AccessToken string `json:"access_token"`
|
||||
ExpiresIn int64 `json:"expires_in"`
|
||||
IsSnapshotuser int64 `json:"is_snapshotuser"`
|
||||
Openid string `json:"openid"`
|
||||
RefreshToken string `json:"refresh_token"`
|
||||
Scope string `json:"scope"`
|
||||
Unionid string `json:"unionid"`
|
||||
}
|
||||
Reference in New Issue
Block a user