Commit bc70f16224a03191cea59889a0ad1c0b25e578cb

Authored by 陆恒
1 parent 90fdaffb
Exists in master

提交

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