Initial commit of akmon project
This commit is contained in:
31
doc_eldercare/test_realtime.sql
Normal file
31
doc_eldercare/test_realtime.sql
Normal file
@@ -0,0 +1,31 @@
|
||||
INSERT INTO ps_push_msg_raw (
|
||||
checksum, message_id, push_type, source_ip, user_agent, raw_data, id, created_at, updated_at, processing_status, is_deleted
|
||||
) VALUES (
|
||||
'1fa2a04817e898b64b377e4b7a54549854aedeb85b4a569d0d9347048e2d9f03',
|
||||
NULL,
|
||||
6,
|
||||
'119.146.131.237',
|
||||
'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36 Hutool',
|
||||
'{"Day": "20250704", "MID": "860100005876385", "Roll": 0, "Step": 0, "Time": "2025-07-04 13:05:30", "pushType": 6}'::jsonb,
|
||||
'1fc22808-d781-4514-b817-50dff38c0cb5',
|
||||
'2025-07-04 05:05:30.582547+00',
|
||||
'2025-07-04 05:05:30.582547+00',
|
||||
'pending',
|
||||
FALSE
|
||||
);
|
||||
|
||||
INSERT INTO ps_push_msg_raw (
|
||||
checksum, message_id, push_type, source_ip, user_agent, raw_data, id, created_at, updated_at, processing_status, is_deleted
|
||||
) VALUES (
|
||||
'18cf1a0ea0978589df70cf3d12eb2c7b97b2ba8ec24e4a10fec69be7881bf81b',
|
||||
NULL,
|
||||
1,
|
||||
'119.146.131.237',
|
||||
'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36 Hutool',
|
||||
'{"AL": 1, "Lat": 22.589895, "Lon": 114.259651, "MID": "860100005876385", "Pro": "广东省", "Str": "东城街", "UID": "7515866630f066d30dee0fc2", "City": "深圳市", "Dist": "龙岗区", "Name": "手表测试6385", "Oper": 1, "SMID": "1941000308765347842", "Time": "2025-07-04 13:05:10", "UFID": "", "ImgID": "", "Speed": 0, "Action": 7, "Radius": 40, "Content": "发出SOS求救", "Guarder": "", "pushType": 1}'::jsonb,
|
||||
'a10b62b5-cd9c-4083-add6-3c02a1a8b28f',
|
||||
'2025-07-04 05:05:12.01112+00',
|
||||
'2025-07-04 05:05:12.01112+00',
|
||||
'pending',
|
||||
FALSE
|
||||
);
|
||||
Reference in New Issue
Block a user