改bug
This commit is contained in:
@@ -15,7 +15,7 @@ using System.Security.Cryptography;
|
||||
|
||||
public class NetworkKit_sdk
|
||||
{
|
||||
public const string JarvisToken = "JarvisToken";
|
||||
public const string JarvisToken = "JarvisToken";
|
||||
public static string CDNUrl;
|
||||
public static string GetCacheToken()
|
||||
{
|
||||
@@ -83,7 +83,7 @@ public class NetworkKit_sdk
|
||||
|
||||
// Debug.Log(url + "--------" + loginRequest.downloadHandler.text);
|
||||
Debug.Log(url + "--------" + receiveContent);
|
||||
var response =JsonConvert.DeserializeObject<ResponseData_sdk>(receiveContent);
|
||||
var response = JsonConvert.DeserializeObject<ResponseData_sdk>(receiveContent);
|
||||
|
||||
if (response?.code == 0)
|
||||
{
|
||||
@@ -252,7 +252,7 @@ public class NetworkKit_sdk
|
||||
// //Debug.Log(JsonUtility.ToJson(obj));
|
||||
// });
|
||||
// }
|
||||
// public static BuriedPointObject buriedPointObject = new BuriedPointObject();
|
||||
// public static BuriedPointObject buriedPointObject = new BuriedPointObject();
|
||||
|
||||
// public static string GetNetworkType()
|
||||
// {
|
||||
@@ -561,6 +561,12 @@ public class BuriedPointObject_sdk
|
||||
public string property;
|
||||
public int n;
|
||||
}
|
||||
public class H5sendClass
|
||||
{
|
||||
public string link;
|
||||
public string type;
|
||||
|
||||
}
|
||||
public class BuriedPointEvent_sdk
|
||||
{
|
||||
public static string play_event = "Number_of_people_play";
|
||||
|
||||
Reference in New Issue
Block a user