Commit 90fdaffb664b506cb5858e1d157079984603f1df

Authored by 陆恒
1 parent 9040aae0
Exists in master

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/logic/logic.go
... ... @@ -2186,7 +2186,7 @@ func HandlerWatchAdsGetGold(w http.ResponseWriter, data string, uuid int) {
2186 2186 //不够次数了
2187 2187 logger.Error("HandlerWatchAdsGetGold not enoughtimes failed=%v", err)
2188 2188 resp.Code = 1
2189   - resp.Message = "已经没有看视频次数啦"
  2189 + resp.Message = "金币不足(观看次数达到上限)"
2190 2190 break
2191 2191 }
2192 2192  
... ...