Commit ace12c7902a714cb2677370cc8eed33a1d0cda0b
1 parent
064d037c
Exists in
master
提交
Showing
2 changed files
with
3 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/datadef.go
... | ... | @@ -129,6 +129,7 @@ type UserInfoData struct { |
129 | 129 | Auth int `json:"auth"` |
130 | 130 | FriendCount int `json:"friendCount"` |
131 | 131 | FriendFriendCount int `json:"friendFriendCount"` |
132 | + TotalCashReward float32 `json:"totalCashReward"` | |
132 | 133 | } |
133 | 134 | |
134 | 135 | type UserInfoResp struct { | ... | ... |
src/HttpServer/logic/logic.go