This website works better with JavaScript.
Home
Explore
Help
Sign In
EggPlanet
/
egg_app
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
test
tmp
huangjiajun
3 weeks ago
parent
68d1d029cc
commit
3b338fd856
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
}
Write
Preview
Loading…
Cancel
Save