Skip to content

Commit

Permalink
Merge branch 'release/v1.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Apr 26, 2024
2 parents 002813d + f4111e7 commit ecc9559
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions model/oauth/getUserInfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ func (r GetUserInfoRequest) Url() string {
type UserInfo struct {
// MasterUid 同意授权用户ucid
MasterUid uint64 `json:"masterUid,omitempty"`
// MasterName 同意授权用户对应的ucname
MasterName string `json:"masterName,omitempty"`
// UserAcctType 授权账户类型
// 1: 普通账户
// 2:超管账户(客户中心和账户管家)
Expand Down

0 comments on commit ecc9559

Please sign in to comment.