Browse Source

匹配限制次数

lizhen_gitee 1 year ago
parent
commit
598cb9ccd4
1 changed files with 6 additions and 6 deletions
  1. 6 6
      application/extra/site.php

+ 6 - 6
application/extra/site.php

@@ -59,9 +59,9 @@ return array (
   'min_withdrawal_money' => '1',
   'max_withdrawal_money' => '10000',
   'withdrawal_plat_bili' => '6',
-  'index_tuijian_vip_limit' => '1',
+  'index_tuijian_vip_limit' => '0',
   'index_pipei_switch' => '1',
-  'index_pipei_oneday_user_times' => '5',
+  'index_pipei_oneday_user_times' => '-1',
   'money_to_gold_rule' => '1、每个档位不限制兑换次数
 2、兑换金币即刻到账,若出现兑换失败或延迟的情况,请联系在线客服处理',
   'take_cash_rule' => '1、提现需要完成实名认证,否则无法提现
@@ -71,9 +71,9 @@ return array (
   'intro_newuser_gift_moneynum' => '5',
   'android_is_force' => '1',
   'android_apkUrl' => 'https://oss.tken.vip/apk/app-release.apk',
-  'android_apkName' => 'TKEN1.0.6',
+  'android_apkName' => 'TKEN1.0.7',
   'android_desc' => '修复已知问题,优化用户体验',
-  'android_versionCode' => '6',
+  'android_versionCode' => '7',
   'iso_is_force' => '1',
   'ios_downurl' => 'http://www.apple.com/store',
   'iso_appname' => 'TKEN1.0.1',
@@ -82,6 +82,6 @@ return array (
   'ios_pay_sandbox' => '0',
   'pipei_oneday_vipuser_times' => '-1',
   'shuiyin' => '/uploads/20231027/Foqf9QK8lp8c4QsIHtZWvRavKWqz.png',
-  'user_bio_audit_switch' => '1',
-  'dongtai_audit_switch' => '1',
+  'user_bio_audit_switch' => '0',
+  'dongtai_audit_switch' => '0',
 );