Commit 3be68505eb82723be5f10b0ccbc9f9ef3fe22243
1 parent
fd22ce8d
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/logic.go
| ... | ... | @@ -1011,7 +1011,7 @@ func HandlerGetcash(w http.ResponseWriter, data string, uuid int) { |
| 1011 | 1011 | if err != nil { |
| 1012 | 1012 | logger.Error("HandlerGetcash GetCashFromSDK failed failed=%v", err) |
| 1013 | 1013 | resp.Code = 1 |
| 1014 | - resp.Message = "从后台提现失败了" | |
| 1014 | + resp.Message = "金币不足" | |
| 1015 | 1015 | break |
| 1016 | 1016 | |
| 1017 | 1017 | } | ... | ... |