Commit fd97af7a520b18a269fb63fb73a385ded60e621f
1 parent
4b570ecf
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/logic.go
| ... | ... | @@ -904,6 +904,7 @@ func HandlerRecvRedCat(w http.ResponseWriter, data string, uuid int) { |
| 904 | 904 | uinfo.CalcGoldRate() |
| 905 | 905 | uinfo.TodayZhaocai += addredpack |
| 906 | 906 | |
| 907 | + SaveUserInfo(uinfo, strconv.Itoa(uuid)) | |
| 907 | 908 | resp.Data.Num = addredpack |
| 908 | 909 | resp.Code = 0 |
| 909 | 910 | break | ... | ... |