测试
This commit is contained in:
@@ -40,10 +40,13 @@ namespace Stary.Evo
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Debug.Log("卸载uploadHandler1");
|
||||||
ResultMessageEntity authResponse =
|
ResultMessageEntity authResponse =
|
||||||
JsonConvert.DeserializeObject<ResultMessageEntity>(webRequest.downloadHandler.text);
|
JsonConvert.DeserializeObject<ResultMessageEntity>(webRequest.downloadHandler.text);
|
||||||
|
Debug.Log("卸载uploadHandler2"+authResponse);
|
||||||
if (authResponse.code == 200)
|
if (authResponse.code == 200)
|
||||||
{
|
{
|
||||||
|
Debug.Log("卸载uploadHandler3");
|
||||||
AuthenticationResponse authResponseData =
|
AuthenticationResponse authResponseData =
|
||||||
JsonConvert.DeserializeObject<AuthenticationResponse>(authResponse.data.ToString());
|
JsonConvert.DeserializeObject<AuthenticationResponse>(authResponse.data.ToString());
|
||||||
authorization = authResponseData.Token;
|
authorization = authResponseData.Token;
|
||||||
|
|||||||
8
Assets/00.StaryEvo/_netCoreEntity.meta
Normal file
8
Assets/00.StaryEvo/_netCoreEntity.meta
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 5ed3a6d065f5be541870dc19a19e6709
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "com.staryevo.main",
|
"name": "com.staryevo.main",
|
||||||
"version": "1.2.6",
|
"version": "1.2.7",
|
||||||
"displayName": "00.StaryEvo",
|
"displayName": "00.StaryEvo",
|
||||||
"description": "This is an Framework package(后台服务器版本,端口9527)",
|
"description": "This is an Framework package(后台服务器版本,端口9527)",
|
||||||
"unity": "2021.3",
|
"unity": "2021.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user