This commit is contained in:
youda 2025-06-30 18:08:59 +08:00
parent 0c8bc4a6e9
commit 5dceb73e90

View File

@ -36,7 +36,7 @@ class AppPlatform extends BasePlatform
$config = [
'isWebPay' => false,
'buildVersion' => '106',
'version' => '1.0.0',
'version' => '1.0.1',
'userAgreement' => "https://zfunbox.cn?_p=cb20xad0e35094521ae46a1d1fb0ddd1&time=" . time()
];
$is_env_test = EnvHelper::getIsTest();