Commit 15c82d09 authored by 李增强's avatar 李增强

test

parent 8737ae5d
...@@ -104,6 +104,10 @@ class QMTJ { ...@@ -104,6 +104,10 @@ class QMTJ {
int clickTime = _getDateNow(); int clickTime = _getDateNow();
String extrasStr = json.encode(extras); String extrasStr = json.encode(extras);
String id = _md5("${pageId}_${clickId}_${extrasStr}_${clickTime}"); String id = _md5("${pageId}_${clickId}_${extrasStr}_${clickTime}");
var a = await _db.db.query("tap_tj");
print('=============================================================tap_tj');
print(a);
print('=============================================================tap_tj');
await _db.db.insert("tap_tj", { await _db.db.insert("tap_tj", {
"id": id, "id": id,
"source": source, "source": source,
......
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