Fix bug: - 后台配置的0元购好像卡不见了

This commit is contained in:
renhaoting 2026-01-07 19:12:29 +08:00
parent 5209af76ad
commit 99bafde438
1 changed files with 2 additions and 3 deletions

View File

@ -60,11 +60,10 @@ object VidiConst {
* 描述网络常量 * 描述网络常量
* *
*/ */
const val URL_YOUTUBE_API_OLD = "https://www.googleapis.com"
const val URL_YOUTUBE_API = "https://vd.rsappinc.com" const val URL_YOUTUBE_API = "https://vd.rsappinc.com"
const val URL_ZERO_BUY: String = "https://jt.3idiotstudio.com" const val URL_ZERO_BUY: String = "https://jt.3idiotstudio.com" //"https://rsappinc.com" //
const val URL_WITHDRAW: String = "https://zz.rsappinc.com" //"https://jpec.3idiotstudio.com" const val URL_WITHDRAW: String = "https://zz.rsappinc.com" //"https://jpec.3idiotstudio.com"
@ -84,7 +83,7 @@ object VidiConst {
const val PER_01CASH_COST_GOLD_NUM = 100 const val PER_01CASH_COST_GOLD_NUM = 100
const val WATCH_AD_REWARD_GOLD = 200 const val WATCH_AD_REWARD_GOLD = 200
const val ZEROBUY_SECRET: String = "1f04c57a" const val ZEROBUY_SECRET: String = "efda5260"//"1f04c57a"
const val DIAMOND_NUM_FOR_ONE_AD = 1 const val DIAMOND_NUM_FOR_ONE_AD = 1
const val WITHDRAW_SMALL_NUM = 0.1F const val WITHDRAW_SMALL_NUM = 0.1F