增加登录请求

This commit is contained in:
2026-05-08 18:23:49 +08:00
parent aa82489761
commit bd789a6d6b
4 changed files with 185 additions and 177 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ namespace BingoBrain
public static string domainUrl => IsReleaseMode ? DomainReleaseUrl : DomainDebugUrl;
public const string DomainDebugUrl = @"http://swhitegames.top/api/";
public const string DomainDebugUrl = @"http://api.jsoncompare.online/";
public static readonly string DomainReleaseUrl = $"https://{DomainRelease}/api/";
public const string DomainRelease = "bingoglassland.top";