Commit f4fd7471b9d188503ead946f8e194f7ef15c7be1
1 parent
e9e23d44
Exists in
master
修复bug
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/function.go
src/HttpServer/logic/logic.go
... | ... | @@ -313,7 +313,7 @@ func HandlerFetchredbag(w http.ResponseWriter, data string, uuid int) { |
313 | 313 | break |
314 | 314 | } |
315 | 315 | |
316 | - cfg := jsonconf.GetGuanConf(uinfo.JiRedNum+1) | |
316 | + cfg := jsonconf.GetJiConf(uinfo.JiRedNum+1) | |
317 | 317 | if cfg == nil { |
318 | 318 | logger.Error("HandlerFetchredbag failed err=%v", err) |
319 | 319 | resp.Message = "获取配置失败!" | ... | ... |