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);