Commit c69ebce312f846ab1deea8f9af7a3ebb2e33569f
1 parent
dc1f99a9
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/logic.go
... | ... | @@ -268,7 +268,7 @@ func HandlerFetchredbag(w http.ResponseWriter, data string, uuid int) { |
268 | 268 | break |
269 | 269 | } |
270 | 270 | |
271 | - cfg := jsonconf.GetGuanConf(uinfo.JiRedNum) | |
271 | + cfg := jsonconf.GetGuanConf(uinfo.JiRedNum+1) | |
272 | 272 | if cfg == nil { |
273 | 273 | logger.Error("HandlerFetchredbag failed err=%v", err) |
274 | 274 | resp.Message = "获取配置失败!" | ... | ... |