Commit 67efcf45 authored by 李增强's avatar 李增强

曝光统计添加app版本区分

parent 9ecae709
...@@ -23,6 +23,8 @@ class Exposure { ...@@ -23,6 +23,8 @@ class Exposure {
"exposure_time": exposureTime, "exposure_time": exposureTime,
"extras": extrasStr, "extras": extrasStr,
}; };
Map<String, dynamic> common = await Utils.getCommonParams();
map.addAll(common);
await _db.ready; await _db.ready;
Utils.log("exposure", map); Utils.log("exposure", map);
await _db.db.insert("exposure_tj", map); await _db.db.insert("exposure_tj", map);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment