fix
This commit is contained in:
parent
866d9179a9
commit
f84a677050
@ -138,6 +138,14 @@ func (u *FsUserModel) RegisterByGoogleOAuth(ctx context.Context, token *auth.Reg
|
|||||||
return user, nil
|
return user, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SubscriptionStatus 订阅状态
|
||||||
|
type SubscriptionStatus struct {
|
||||||
|
SubEmail bool `json:"all_emails"`
|
||||||
|
ItemMap struct {
|
||||||
|
} `json:"item_map"`
|
||||||
|
}
|
||||||
|
|
||||||
|
// UserProfile 个人信息
|
||||||
type UserProfile struct {
|
type UserProfile struct {
|
||||||
FirstName string `json:"first_name"`
|
FirstName string `json:"first_name"`
|
||||||
LastName string `json:"last_name"`
|
LastName string `json:"last_name"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user