Skip to content

Commit

Permalink
Update model_member.go 增加实名信息字段
Browse files Browse the repository at this point in the history
会员信息结构体增加实名信息字段
  • Loading branch information
dzwvip authored Jan 2, 2024
1 parent 21a0c44 commit 7c68485
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions alipay/model_member.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ type UserInfoShare struct {
UserStatus string `json:"user_status,omitempty"`
IsCertified string `json:"is_certified,omitempty"`
Gender string `json:"gender,omitempty"`
Cert_type string `json:"cert_type,omitempty"`
Cert_no string `json:"cert_no,omitempty"`
Mobile string `json:"mobile,omitempty"`
User_name string `json:"user_name,omitempty"`
}

type UserCertifyOpenInit struct {
Expand Down

0 comments on commit 7c68485

Please sign in to comment.