Commit 0ca6ed441e41dfd40edcf01b3d8e00ee2b264a89
1 parent
3b32c416
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/logic.go
... | ... | @@ -667,7 +667,7 @@ func HandlerFetchredbag(w http.ResponseWriter, data string, uuid int) { |
667 | 667 | break |
668 | 668 | } |
669 | 669 | |
670 | - cfg := jsonconf.GetGunLvRdNum(rdata.Param) | |
670 | + cfg := jsonconf.GetGunLvRdNum(uinfo.JiRedNum) | |
671 | 671 | if cfg == nil { |
672 | 672 | logger.Error("HandlerFetchredbag failed err=%v", err) |
673 | 673 | resp.Message = "获取配置失败!" | ... | ... |