3.4数据统计需求(APP统计-应用数据 未完成)

This commit is contained in:
kehaoyuan
2018-08-20 10:39:41 +08:00
parent f17a4e6372
commit 8fcb072abb
11 changed files with 202 additions and 57 deletions

View File

@ -6,6 +6,7 @@ import com.gh.gamecenter.retrofit.Response;
import com.gh.gamecenter.retrofit.RetrofitManager;
import com.halo.assistant.HaloApp;
import com.lightgame.download.DownloadEntity;
import com.lightgame.utils.Util_System_Phone_State;
import com.lightgame.utils.Utils;
import org.json.JSONObject;
@ -42,7 +43,7 @@ public class DataLogUtils {
String channel = HaloApp.getInstance().getChannel();
map.put("version", version);
map.put("user", user);
map.put("device_id", TokenUtils.getDeviceId(context));
map.put("device_id", Util_System_Phone_State.getDeviceId(context));
map.put("channel", channel);
Map<String, String> params = new HashMap<>();