Skip to content

Commit

Permalink
Merge pull request #21 from Rebellioncry/master
Browse files Browse the repository at this point in the history
修复获取手机号实体为空错误
  • Loading branch information
Rebellioncry authored Nov 15, 2022
2 parents b5faeea + cb5e370 commit 3660830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account.go
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ type Watermark struct {

type GetUserPhoneNumberResp struct {
core.Error
PhoneInfo *PhoneInfo `json:"phoneInfo"` //用户手机号信息
PhoneInfo *PhoneInfo `json:"phone_info"` //用户手机号信息
}

// 获取用户手机号。每个 code 只能使用一次,code的有效期为5min
Expand Down

0 comments on commit 3660830

Please sign in to comment.