This commit is contained in:
2026-07-17 14:57:47 +08:00
parent 2fc0fc0418
commit c0587be3ff
9 changed files with 24 additions and 11 deletions
@@ -2,7 +2,7 @@ namespace ScrewsMaster
{
public class NetworkManager : BaseUnityManager<NetworkManager>
{
public const string DomainDebugUrl = @"https://api.jsoncompare.online/";
public const string DomainDebugUrl = @"https://wz-api-dev.tronwin.top/";
public static string DomainRelease = "zoomatchsolo.top";
// 改为只读属性,实时获取(等调用时 DomainRelease 早就初始化好了)