Commit fd97af7a520b18a269fb63fb73a385ded60e621f

Authored by 陆恒
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,6 +904,7 @@ func HandlerRecvRedCat(w http.ResponseWriter, data string, uuid int) {
904 uinfo.CalcGoldRate() 904 uinfo.CalcGoldRate()
905 uinfo.TodayZhaocai += addredpack 905 uinfo.TodayZhaocai += addredpack
906 906
  907 + SaveUserInfo(uinfo, strconv.Itoa(uuid))
907 resp.Data.Num = addredpack 908 resp.Data.Num = addredpack
908 resp.Code = 0 909 resp.Code = 0
909 break 910 break