update: 更新 SDK 注入逻辑

hotfix/v1.0.12.2
胡宇飞 2024-05-31 16:19:20 +08:00
parent c3403a335f
commit 051baed476
1 changed files with 2 additions and 2 deletions

View File

@ -345,8 +345,8 @@ namespace Guru
_appServicesConfig.app_settings.terms_url,
_appServicesConfig.app_settings.android_store,
_appServicesConfig.app_settings.ios_store,
_appServicesConfig.parameters.using_uuid.ToString().ToLower(),
_appServicesConfig.parameters.cdn_host ?? "");
_appServicesConfig.parameters?.using_uuid ?? false,
_appServicesConfig.parameters?.cdn_host ?? "");
_appBundleId = _appServicesConfig.app_settings.bundle_id; // 配置预设的 BundleId
}