完成对上报 IMEI 和 ANDROID_ID 的简单转码 https://git.ghzs.com/pm/halo-app-issues/-/issues/1093

This commit is contained in:
juntao
2020-12-23 17:12:23 +08:00
parent 9c8155ddf8
commit e149231cb2
20 changed files with 79 additions and 43 deletions

View File

@ -53,7 +53,7 @@ public class DataLogUtils {
String channel = HaloApp.getInstance().getChannel();
map.put("version", version);
map.put("user", user);
map.put("device_id", MetaUtil.getIMEI());
map.put("jnfj", MetaUtil.getBase64EncodedIMEI());
map.put("channel", channel);
Map<String, String> params = new HashMap<>();