Commit ebb896648461596f3a11239199ccf631913e9ab5
1 parent
6d838b4b
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/logic.go
... | ... | @@ -2343,7 +2343,7 @@ func HandlerExchangePos(w http.ResponseWriter, data string, uuid int) { |
2343 | 2343 | //加钱 |
2344 | 2344 | uinfo.AddRedPackect(idx, 100) |
2345 | 2345 | } |
2346 | - resp.Data.NewCat = 37 | |
2346 | + resp.Data.NewCat = uinfo.PosInfo[rdata.To].Cat | |
2347 | 2347 | |
2348 | 2348 | } else { |
2349 | 2349 | // | ... | ... |