diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index 273eba0..9059c45 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -490,7 +490,7 @@ func HandlerDoBuyCat(w http.ResponseWriter, data string, uuid int) { if uinfo.Gold < curprice { logger.Error("HandlerDoBuyCat gold not enough failed=%v", err) resp.Code = 1 - resp.Message = "gold not enough" + resp.Message = "金币不足" break } @@ -1994,7 +1994,7 @@ func HandlerWatchAdsGetGold(w http.ResponseWriter, data string, uuid int) { //不够次数了 logger.Error("HandlerWatchAdsGetGold not enoughtimes failed=%v", err) resp.Code = 1 - resp.Message = "enoughtimes" + resp.Message = "已经没有看视频次数啦" break } -- libgit2 0.21.0