bug修复 - 0元购的钻石广告,看一次广告应该只能获得1个钻石,现在是看一次能获得5个

This commit is contained in:
renhaoting 2025-12-23 16:52:58 +08:00
parent fe3f7e90ad
commit f2637531e4
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ object VidiConst {
const val ZEROBUY_SECRET: String = "1f04c57a"
const val ZEROBUY_APPID: String = "com.vididin.real.money.game"
const val DIAMOND_NUM_FOR_ONE_AD = 5
const val DIAMOND_NUM_FOR_ONE_AD = 1
const val WITHDRAW_SMALL_NUM = 0.1F
const val WITHDRAW_REWARD_AD_REVENUE_PERCENT = 0.3F