From 99bafde438bd05ef6b3f45d511d044871301dbd5 Mon Sep 17 00:00:00 2001 From: renhaoting <370797079@qq.com> Date: Wed, 7 Jan 2026 19:12:29 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20bug:=20-=20=E5=90=8E=E5=8F=B0=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E7=9A=840=E5=85=83=E8=B4=AD=E5=A5=BD=E5=83=8F?= =?UTF-8?q?=E5=8D=A1=E4=B8=8D=E8=A7=81=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/java/com/gamedog/vididin/VidiConst.kt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/src/main/java/com/gamedog/vididin/VidiConst.kt b/app/src/main/java/com/gamedog/vididin/VidiConst.kt index 5cef121..c2a6a4b 100644 --- a/app/src/main/java/com/gamedog/vididin/VidiConst.kt +++ b/app/src/main/java/com/gamedog/vididin/VidiConst.kt @@ -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_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" @@ -84,7 +83,7 @@ object VidiConst { const val PER_01CASH_COST_GOLD_NUM = 100 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 WITHDRAW_SMALL_NUM = 0.1F