Commit 5cefa41c3318dfc3ba344b638cc1a7802f007ce8
1 parent
016e7f97
Exists in
master
and in
4 other branches
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/logic.go
... | ... | @@ -138,7 +138,7 @@ func HandlerGetcash(w http.ResponseWriter, data string, uuid int) { |
138 | 138 | |
139 | 139 | if uinfo.Lv < info.Limitlv { |
140 | 140 | logger.Error("AddWithDrawList failed err=%v", err) |
141 | - resp.Message = "提现等级不够" | |
141 | + resp.Message = "完成日常任务可以提升人物等级哦~" | |
142 | 142 | resp.Code = ERROR_WITHDRAWLVLIMIT |
143 | 143 | break |
144 | 144 | } | ... | ... |