|
|
@@ -182,7 +182,7 @@ func MemberCenterGetBasic(c *gin.Context) { |
|
|
|
Phone: user.Phone, |
|
|
|
InviteCode: user.SystemInviteCode, |
|
|
|
IsBindExtend: "0", |
|
|
|
IsRealName: "0", |
|
|
|
IsRealName: utils.IntToStr(user.IsRealName), |
|
|
|
HeadImg: svc.GetOssUrl(user.Avatar), |
|
|
|
} |
|
|
|
if user.CustomInviteCode != "" { |
|
|
|