Commit d82731ebcc2e9cb76e67578ad083f218e85b1530

Authored by 陆恒
1 parent 054a41f8
Exists in master

提交

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/HttpServer/logic/logic.go
... ... @@ -100,9 +100,9 @@ func HandlerGetcash(w http.ResponseWriter, data string, uuid int) {
100 100 break
101 101 }
102 102  
103   - if uinfo.Lv < info.Limitlv {
  103 + if uinfo.PassLevel < info.Limitlv {
104 104 logger.Error("AddWithDrawList failed err=%v", err)
105   - resp.Message = "完成日常任务可以提升人物等级哦~"
  105 + resp.Message = "当前通关等级不足"
106 106 resp.Code = 3
107 107 break
108 108 }
... ...