Commit 6f97f0d0404cfb87410a6b1f9e0b8dc2cd79a49c

Authored by 陆恒
1 parent 9e62d3a3
Exists in master

提交

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/HttpServer/logic/logic.go
... ... @@ -882,6 +882,7 @@ func HandlerCompose(w http.ResponseWriter, data string, uuid int) {
882 882 //重新计算一下速度
883 883 uinfo.CalcGoldRate()
884 884  
  885 + SaveUserInfo(uinfo, strconv.Itoa(uuid))
885 886 resp.Data.CatList = append(resp.Data.CatList, uinfo.PosInfo...)
886 887 resp.Data.Coin.UserId = uuid
887 888 resp.Data.Coin.Coin = strconv.FormatInt(uinfo.Gold, 10)
... ...