huangjiajun 3 weeks ago
parent
commit
3b338fd856
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/hdl/hdl_member_center.go

+ 1
- 0
app/hdl/hdl_member_center.go View File

@@ -194,6 +194,7 @@ func MemberCenterGetBasic(c *gin.Context) {
resp.IsBindExtend = "1"
}
resp.IsRealName = svc.CheckRealName(user.Id)
fmt.Println(utils.SerializeStr(resp))
e.OutSuc(c, resp, nil)
return
}

Loading…
Cancel
Save