【m】修改token效验

This commit is contained in:
2025-10-20 15:15:38 +08:00
parent da01385944
commit e605ff0df8
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ namespace Stary.Evo
{
using UnityWebRequest webRequest =
new UnityWebRequest($"{url}/{authorization}", UnityWebRequest.kHttpVerbGET);
new UnityWebRequest($"{url}?token={authorization}", UnityWebRequest.kHttpVerbGET);
//using UnityWebRequest webRequest = UnityWebRequest.Get($"{url}?token={authorization}");
webRequest.downloadHandler = new DownloadHandlerBuffer();
webRequest.timeout = 10;