This commit is contained in:
2025-06-11 16:30:01 +08:00
parent 3a52ffb691
commit d07437ed0b
3 changed files with 12 additions and 1 deletions

View File

@@ -40,10 +40,13 @@ namespace Stary.Evo
}
else
{
Debug.Log("卸载uploadHandler1");
ResultMessageEntity authResponse =
JsonConvert.DeserializeObject<ResultMessageEntity>(webRequest.downloadHandler.text);
Debug.Log("卸载uploadHandler2"+authResponse);
if (authResponse.code == 200)
{
Debug.Log("卸载uploadHandler3");
AuthenticationResponse authResponseData =
JsonConvert.DeserializeObject<AuthenticationResponse>(authResponse.data.ToString());
authorization = authResponseData.Token;

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 5ed3a6d065f5be541870dc19a19e6709
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,6 +1,6 @@
{
"name": "com.staryevo.main",
"version": "1.2.6",
"version": "1.2.7",
"displayName": "00.StaryEvo",
"description": "This is an Framework package(后台服务器版本端口9527)",
"unity": "2021.3",