Commit feff120d5ca56567a9f97b45e00f9155cfe55fa1
1 parent
b18909c5
Exists in
master
提交
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/logic.go
| @@ -711,5 +711,7 @@ func GetUserData(uuid int, uniqueuid string, req *UserLoginReq, resp *UserLoginR | @@ -711,5 +711,7 @@ func GetUserData(uuid int, uniqueuid string, req *UserLoginReq, resp *UserLoginR | ||
| 711 | resp.Data.Specialguannum = data.SpecialNum | 711 | resp.Data.Specialguannum = data.SpecialNum |
| 712 | resp.Data.Tili = data.Tili | 712 | resp.Data.Tili = data.Tili |
| 713 | 713 | ||
| 714 | + logger.Info("GetUserData resp=%+v",resp) | ||
| 715 | + | ||
| 714 | return nil | 716 | return nil |
| 715 | } | 717 | } |
| 716 | \ No newline at end of file | 718 | \ No newline at end of file |