修改登录

This commit is contained in:
2026-05-09 09:45:42 +08:00
parent bd789a6d6b
commit 04351b9580
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ namespace BingoBrain
public static string domainUrl => IsReleaseMode ? DomainReleaseUrl : DomainDebugUrl;
public const string DomainDebugUrl = @"http://api.jsoncompare.online/";
public const string DomainDebugUrl = @"https://api.jsoncompare.online/";
public static readonly string DomainReleaseUrl = $"https://{DomainRelease}/api/";
public const string DomainRelease = "bingoglassland.top";
+1 -1
View File
@@ -59,7 +59,7 @@ public class NetworkKit
loginRequest.SetRequestHeader(keyValuePair.Key, keyValuePair.Value);
}
}
Debug.Log(JsonConvert.SerializeObject(loginRequest));
SetRequestContentType(loginRequest);
yield return loginRequest.SendWebRequest();
if (loginRequest.result is not UnityWebRequest.Result.Success)