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;