This commit is contained in:
2026-05-09 14:47:38 +08:00
parent 04351b9580
commit cb2792aaa2
12 changed files with 45 additions and 39 deletions
+8 -8
View File
@@ -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();