Commit bbfe9087 authored by 王雪伟's avatar 王雪伟

加入td上报

parent 3a3f414f
...@@ -8,15 +8,6 @@ public class EventUtils ...@@ -8,15 +8,6 @@ public class EventUtils
private const string Event = "GAME"; private const string Event = "GAME";
public static void OnTdEvent(string s)
{
Dictionary<string, string> map = new Dictionary<string, string>();
map["event"] = "";
map["action"] = "checkDevice";
map["data"] = "";
HttpTool.Instance.TdEvent(JsonMapper.ToJson(map), s);
}
/// <summary> /// <summary>
/// 普通事件上报 /// 普通事件上报
/// </summary> /// </summary>
......
...@@ -8,7 +8,7 @@ EditorBuildSettings: ...@@ -8,7 +8,7 @@ EditorBuildSettings:
- enabled: 0 - enabled: 0
path: Assets/AdSDK/AD/CSJ/Example/Example.unity path: Assets/AdSDK/AD/CSJ/Example/Example.unity
guid: 1e4f8457b1266154e80399e42b932ceb guid: 1e4f8457b1266154e80399e42b932ceb
- enabled: 0 - enabled: 1
path: Assets/AdSDK/InitProject/InitScene.unity path: Assets/AdSDK/InitProject/InitScene.unity
guid: b0fdeff412c9a1f4e82faa8ef0aeb063 guid: b0fdeff412c9a1f4e82faa8ef0aeb063
- enabled: 0 - enabled: 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment