From e822e310c7c468da6a5d101fdbc144f2e377767a Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Thu, 18 Jun 2020 09:39:44 +0800 Subject: [PATCH] 提交 --- src/HttpServer/logic/constdef.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HttpServer/logic/constdef.go b/src/HttpServer/logic/constdef.go index c23d55a..1ad1953 100644 --- a/src/HttpServer/logic/constdef.go +++ b/src/HttpServer/logic/constdef.go @@ -55,6 +55,6 @@ const ( const ( WATCH_ADD_DAY_LIMIT = 50 //当天获取红包次数限制 FREE_REDBAG_NUM = 3 //玩家免费红包次数 - READGOLDMULTI = 10 //阅读量到金币转化倍数 + READGOLDMULTI = 700 //阅读量到金币转化倍数 SDKOPGOLD_TYPEWE = 302 //微转发金币类型 ) -- libgit2 0.21.0