Commit 0704def9105e5fa7260039aeadfbd2dca0ba69b8
1 parent
da3b2c2e
Exists in
master
提交
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/HttpServer/logic/logic.go
@@ -490,7 +490,7 @@ func HandlerDoBuyCat(w http.ResponseWriter, data string, uuid int) { | @@ -490,7 +490,7 @@ func HandlerDoBuyCat(w http.ResponseWriter, data string, uuid int) { | ||
490 | if uinfo.Gold < curprice { | 490 | if uinfo.Gold < curprice { |
491 | logger.Error("HandlerDoBuyCat gold not enough failed=%v", err) | 491 | logger.Error("HandlerDoBuyCat gold not enough failed=%v", err) |
492 | resp.Code = 1 | 492 | resp.Code = 1 |
493 | - resp.Message = "gold not enough" | 493 | + resp.Message = "金币不足" |
494 | break | 494 | break |
495 | } | 495 | } |
496 | 496 | ||
@@ -1994,7 +1994,7 @@ func HandlerWatchAdsGetGold(w http.ResponseWriter, data string, uuid int) { | @@ -1994,7 +1994,7 @@ func HandlerWatchAdsGetGold(w http.ResponseWriter, data string, uuid int) { | ||
1994 | //不够次数了 | 1994 | //不够次数了 |
1995 | logger.Error("HandlerWatchAdsGetGold not enoughtimes failed=%v", err) | 1995 | logger.Error("HandlerWatchAdsGetGold not enoughtimes failed=%v", err) |
1996 | resp.Code = 1 | 1996 | resp.Code = 1 |
1997 | - resp.Message = "enoughtimes" | 1997 | + resp.Message = "已经没有看视频次数啦" |
1998 | break | 1998 | break |
1999 | } | 1999 | } |
2000 | 2000 |