提交
This commit is contained in:
@@ -78,8 +78,8 @@ public class NetworkKit
|
||||
}
|
||||
#endif
|
||||
|
||||
Debug.Log(url + "--------" + loginRequest.downloadHandler.text);
|
||||
Debug.Log(url + "--------" + receiveContent);
|
||||
// Debug.Log(url + "--------" + loginRequest.downloadHandler.text);
|
||||
// Debug.Log(url + "--------" + receiveContent);
|
||||
var response = SerializeUtil.ToObject<ResponseData>(receiveContent);
|
||||
|
||||
if (response?.code == 0)
|
||||
@@ -242,12 +242,12 @@ public class NetworkKit
|
||||
buriedPointObject.@event = eventname;
|
||||
buriedPointObject.property = eventproperty;
|
||||
buriedPointObject.n = integer;
|
||||
// PostWithHeader<BuriedPointObject>("/event/incrN", buriedPointObject, (isSuccess, obj) =>
|
||||
// {
|
||||
// // Debug.Log(isSuccess);
|
||||
// // Debug.Log(eventproperty);
|
||||
// //Debug.Log(JsonUtility.ToJson(obj));
|
||||
// });zhushi
|
||||
PostWithHeader<BuriedPointObject>("/event/incrN", buriedPointObject, (isSuccess, obj) =>
|
||||
{
|
||||
// Debug.Log(isSuccess);
|
||||
// Debug.Log(eventproperty);
|
||||
//Debug.Log(JsonUtility.ToJson(obj));
|
||||
});
|
||||
}
|
||||
public static BuriedPointObject buriedPointObject = new BuriedPointObject();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user