修改包名

This commit is contained in:
2026-05-20 15:18:16 +08:00
parent e0ddde0393
commit a9497b537d
13 changed files with 36 additions and 27 deletions
+2 -2
View File
@@ -101,8 +101,8 @@ namespace ChillConnect
isGameStart = true;
TrackKit.TrackLoginFunnel(LoginFunnelEventType.EnterHall);
Debug.Log("?????????????????" + PurchasingManager.GetPaySku(PayType.pack_reward));
Debug.Log(JsonConvert.SerializeObject(ConfigSystem.GetConfig<ApplePayModel>().DataList));
// Debug.Log("?????????????????" + PurchasingManager.GetPaySku(PayType.pack_reward));
// Debug.Log(JsonConvert.SerializeObject(ConfigSystem.GetConfig<ApplePayModel>().DataList));
// bool enterGame = CommonHelper.GetBoolByChance(ConfigSystem.GetConfig<CommonModel>().roomrate / 100f);
// if (GameHelper.IsGiftSwitch() && enterGame)
// {
@@ -11,12 +11,12 @@ namespace ChillConnect
#endif
public const string DomainRelease = "chillconnect.fun";
//is debug test--------
public const string DomainDebugUrl = @"https://sandbox-api.swhitegames.tech/api/";
public const string DomainDebugUrl = @"https://api.jsoncompare.online/";
public static readonly string DomainReleaseUrl = $"https://{DomainRelease}/api/";
public static bool isWatchedAD = false;
public const string identifier = "com.funksharkgame.ballcrushbest";
public const string identifier = "com.matchgame.captaindicedubloons";
private LoginSystem loginSystem;
private ConfigSystem configSystem;
private PlayDataSystem playDataSystem;