Merge branch 'develop' of gitee.com:fusenpack/fusenapi into develop
This commit is contained in:
commit
1586848565
|
@ -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…
Reference in New Issue
Block a user