This commit is contained in:
juntao
2020-12-29 10:03:21 +08:00
parent 2fff7f60c2
commit 2bf207661c
2 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ public class DataLogUtils {
String user = Installation.getUUID(context);
String channel = HaloApp.getInstance().getChannel();
map.put("version", version);
map.put("user", user);
map.put("resu", user);
map.put("jnfj", MetaUtil.getBase64EncodedIMEI());
map.put("channel", channel);

View File

@ -56,7 +56,7 @@ public class DataCollectionManager {
String user = Installation.getUUID(mContext);
String channel = HaloApp.getInstance().getChannel();
map.put("version", version);
map.put("user", user);
map.put("resu", user);
map.put("jnfj", MetaUtil.getBase64EncodedIMEI());
map.put("channel", channel);
map.put("updateOn", Utils.getTime(HaloApp.getInstance().getApplication()));
@ -133,7 +133,7 @@ public class DataCollectionManager {
for (int i = 0; i < jsonArray.length(); i++) {
JSONObject jsonObject = jsonArray.getJSONObject(i);
jsonObject.put("version", version);
jsonObject.put("user", user);
jsonObject.put("resu", user);
jsonObject.put("jnfj", MetaUtil.getBase64EncodedIMEI());
jsonObject.put("channel", channel);