V3.0.1优化完成 补丁安装完成要出现弹窗提示->还没测试

This commit is contained in:
kehaoyuan
2017-10-31 18:11:09 +08:00
parent 383c06c72a
commit fdc843a93a
13 changed files with 81 additions and 17 deletions

View File

@ -37,7 +37,7 @@ public class DataLogUtils {
// 上传日志
public static void uploadLog(Context context, String topic, Map<String, Object> map) {
String version = PackageUtils.getVersionName(context);
String version = PackageUtils.getPatchVersionName();
String user = Installation.getUUID(context);
String channel = HaloApp.getInstance().getChannel();
map.put("version", version);