You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
225 lines
8.2 KiB
TypeScript
225 lines
8.2 KiB
TypeScript
1 year ago
|
/*
|
||
|
* @Author: donghao donghao@supervision.ltd
|
||
|
* @Date: 2024-04-01 20:26:23
|
||
|
* @LastEditors: donghao donghao@supervision.ltd
|
||
|
* @LastEditTime: 2024-04-02 17:10:20
|
||
|
* @FilePath: \uighur-recognition-web2\mock\pools\warningInfoData.ts
|
||
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||
|
*/
|
||
|
/**@实时分析告警模块 */
|
||
|
// 告警列表分页
|
||
|
export const mockGetWarningInfoData = {
|
||
|
data: {
|
||
|
results: [
|
||
|
{
|
||
|
warning_name: '单人徘徊',
|
||
|
picture_path: [
|
||
|
'http://192.168.10.82:8080/UR_face/2024-02-27/normal/cam01_AZ8478568_20240206140518032_FACE_SNAP_4098.jpg',
|
||
|
'http://192.168.10.82:8080/UR_face/2024-02-27/normal/cam01_AZ8478568_20240206140518032_FACE_SNAP_4098.jpg',
|
||
|
'http://192.168.10.82:8080/UR_face/2024-02-27/normal/cam01_AZ8478568_20240206140518032_FACE_SNAP_4098.jpg',
|
||
|
'http://192.168.10.82:8080/UR_face/2024-02-27/normal/cam01_AZ8478568_20240206140518032_FACE_SNAP_4098.jpg',
|
||
|
],
|
||
|
person_classify: 0,
|
||
|
device_name: '东大街东',
|
||
|
device_note: null,
|
||
|
person_id: '0df18ed7-d6e7-445f-824d-6b3942c27913',
|
||
|
trigger_time: '2024-04-02T09:43:38.581250',
|
||
|
},
|
||
|
{
|
||
|
warning_name: '单人徘徊',
|
||
|
picture_path: [
|
||
|
'http://192.168.10.82:8080/UR_face/2024-02-27/normal/cam01_AZ8478568_20240206140518032_FACE_SNAP_4098.jpg',
|
||
|
'http://192.168.10.82:8080/UR_face/2024-02-27/normal/cam01_AZ8478568_20240206140518032_FACE_SNAP_4098.jpg',
|
||
|
],
|
||
|
person_classify: 1,
|
||
|
device_name: '东大街东',
|
||
|
device_note: null,
|
||
|
person_id: '0df18ed7-d6e7-445f-824d-6b3942c27914',
|
||
|
trigger_time: '2024-04-02T09:43:38.584291',
|
||
|
},
|
||
|
{
|
||
|
warning_name: '单人徘徊',
|
||
|
picture_path: [
|
||
|
'http://192.168.10.82:8080/UR_face/2024-02-27/normal/cam01_AZ8478568_20240206140518032_FACE_SNAP_4098.jpg',
|
||
|
'http://192.168.10.82:8080/UR_face/2024-02-27/normal/cam01_AZ8478568_20240206140518032_FACE_SNAP_4098.jpg',
|
||
|
],
|
||
|
person_classify: 0,
|
||
|
device_name: '东大街东',
|
||
|
device_note: null,
|
||
|
person_id: '0df18ed7-d6e7-445f-824d-6b3942c27915',
|
||
|
trigger_time: '2024-04-02T09:43:38.588170',
|
||
|
},
|
||
|
{
|
||
|
warning_name: '单人徘徊',
|
||
|
picture_path: [
|
||
|
'http://192.168.10.82:8080/UR_face/2024-02-27/normal/cam01_AZ8478568_20240206140518032_FACE_SNAP_4098.jpg',
|
||
|
'http://192.168.10.82:8080/UR_face/2024-02-27/normal/cam01_AZ8478568_20240206140518032_FACE_SNAP_4098.jpg',
|
||
|
],
|
||
|
person_classify: 1,
|
||
|
device_name: '东大街南',
|
||
|
device_note: null,
|
||
|
person_id: '0df18ed7-d6e7-445f-824d-6b3942c27914',
|
||
|
trigger_time: '2024-04-02T09:43:38.592134',
|
||
|
},
|
||
|
{
|
||
|
warning_name: '单人徘徊',
|
||
|
picture_path: [
|
||
|
'http://192.168.10.82:8080/UR_face/2024-02-27/normal/cam01_AZ8478568_20240206140518032_FACE_SNAP_4098.jpg',
|
||
|
'http://192.168.10.82:8080/UR_face/2024-02-27/normal/cam01_AZ8478568_20240206140518032_FACE_SNAP_4098.jpg',
|
||
|
],
|
||
|
person_classify: 0,
|
||
|
device_name: '东大街西',
|
||
|
device_note: null,
|
||
|
person_id: '0df18ed7-d6e7-445f-824d-6b3942c27915',
|
||
|
trigger_time: '2024-04-02T09:43:38.596134',
|
||
|
},
|
||
|
],
|
||
|
count: 5,
|
||
|
},
|
||
|
};
|
||
|
|
||
|
/**@离线分析告警模块 */
|
||
|
// 告警列表分页
|
||
|
export const mockGetUploadWarningInfoData = {
|
||
|
data: {
|
||
|
count: 5,
|
||
|
next: null,
|
||
|
previous: null,
|
||
|
results: [
|
||
|
{
|
||
|
id: 11,
|
||
|
video_id: '2',
|
||
|
start_result_id: '14',
|
||
|
warning_name: '单人徘徊',
|
||
|
warning_type: 1,
|
||
|
origin: 'test2.mp4',
|
||
|
trigger_time: '2024-04-01 16:25:38.113472',
|
||
|
person_id_list: '["0df18ed7-d6e7-445f-824d-6b3942c27915"]',
|
||
|
is_ignore: 0,
|
||
|
create_time: '2024-04-01T16:25:38.115472',
|
||
|
update_time: '2024-04-01T16:25:38.115472',
|
||
|
picture_path: [
|
||
|
'http://192.168.10.82:8080/UR_face/2024-02-27/normal/cam01_AZ8478568_20240206140518032_FACE_SNAP_4098.jpg',
|
||
|
],
|
||
|
person_list: [
|
||
|
[
|
||
|
'0df18ed7-d6e7-445f-824d-6b3942c27915',
|
||
|
'http://192.168.10.82:8080/UR_face/2024-02-27/normal/cam01_AZ8478568_20240206140518032_FACE_SNAP_4098.jpg',
|
||
|
1,
|
||
|
],
|
||
|
],
|
||
|
video_length: '1时53分20秒',
|
||
|
upload_time: '2024-03-20T15:10:17',
|
||
|
video_start: '10分12秒',
|
||
|
},
|
||
|
{
|
||
|
id: 10,
|
||
|
video_id: '2',
|
||
|
start_result_id: '11',
|
||
|
warning_name: '单人徘徊',
|
||
|
warning_type: 1,
|
||
|
origin: 'test2.mp4',
|
||
|
trigger_time: '2024-04-01 16:25:38.104473',
|
||
|
person_id_list: '["0df18ed7-d6e7-445f-824d-6b3942c27915"]',
|
||
|
is_ignore: 0,
|
||
|
create_time: '2024-04-01T16:25:38.107473',
|
||
|
update_time: '2024-04-01T16:25:38.107473',
|
||
|
picture_path: [
|
||
|
'http://192.168.10.82:8080/UR_face/2024-02-27/normal/cam01_AZ8478568_20240206140518032_FACE_SNAP_4098.jpg',
|
||
|
],
|
||
|
person_list: [
|
||
|
[
|
||
|
'0df18ed7-d6e7-445f-824d-6b3942c27915',
|
||
|
'http://192.168.10.82:8080/UR_face/2024-02-27/normal/cam01_AZ8478568_20240206140518032_FACE_SNAP_4098.jpg',
|
||
|
1,
|
||
|
],
|
||
|
],
|
||
|
video_length: '1时53分20秒',
|
||
|
upload_time: '2024-03-20T15:10:17',
|
||
|
video_start: '5分12秒',
|
||
|
},
|
||
|
{
|
||
|
id: 8,
|
||
|
video_id: '1',
|
||
|
start_result_id: '7',
|
||
|
warning_name: '单人徘徊',
|
||
|
warning_type: 1,
|
||
|
origin: 'test.mp4',
|
||
|
trigger_time: '2024-04-01 16:24:09.085472',
|
||
|
person_id_list: '["0df18ed7-d6e7-445f-824d-6b3942c27915"]',
|
||
|
is_ignore: 0,
|
||
|
create_time: '2024-04-01T16:24:09.087472',
|
||
|
update_time: '2024-04-01T16:24:09.087472',
|
||
|
picture_path: [
|
||
|
'http://192.168.10.82:8080/UR_face/2024-02-27/normal/cam01_AZ8478568_20240206140518032_FACE_SNAP_4098.jpg',
|
||
|
],
|
||
|
person_list: [
|
||
|
[
|
||
|
'0df18ed7-d6e7-445f-824d-6b3942c27915',
|
||
|
'http://192.168.10.82:8080/UR_face/2024-02-27/normal/cam01_AZ8478568_20240206140518032_FACE_SNAP_4098.jpg',
|
||
|
1,
|
||
|
],
|
||
|
],
|
||
|
video_length: '1时3分20秒',
|
||
|
upload_time: '2024-03-20T15:10:17',
|
||
|
video_start: '5分12秒',
|
||
|
},
|
||
|
{
|
||
|
id: 7,
|
||
|
video_id: '1',
|
||
|
start_result_id: '4',
|
||
|
warning_name: '单人徘徊',
|
||
|
warning_type: 1,
|
||
|
origin: 'test.mp4',
|
||
|
trigger_time: '2024-04-01 16:24:09.080472',
|
||
|
person_id_list: '["0df18ed7-d6e7-445f-824d-6b3942c27914"]',
|
||
|
is_ignore: 0,
|
||
|
create_time: '2024-04-01T16:24:09.082472',
|
||
|
update_time: '2024-04-01T16:24:09.082472',
|
||
|
picture_path: [
|
||
|
'http://192.168.10.82:8080/UR_face/2024-02-27/normal/cam01_AZ8478568_20240206140518032_FACE_SNAP_4098.jpg',
|
||
|
],
|
||
|
person_list: [
|
||
|
[
|
||
|
'0df18ed7-d6e7-445f-824d-6b3942c27914',
|
||
|
'http://192.168.10.82:8080/UR_face/2024-02-27/normal/cam01_AZ8478568_20240206140518032_FACE_SNAP_4098.jpg',
|
||
|
1,
|
||
|
],
|
||
|
],
|
||
|
video_length: '1时3分20秒',
|
||
|
upload_time: '2024-03-20T15:10:17',
|
||
|
video_start: '5分12秒',
|
||
|
},
|
||
|
{
|
||
|
id: 6,
|
||
|
video_id: '1',
|
||
|
start_result_id: '1',
|
||
|
warning_name: '单人徘徊',
|
||
|
warning_type: 1,
|
||
|
origin: 'test.mp4',
|
||
|
trigger_time: '2024-04-01 16:24:09.072472',
|
||
|
person_id_list: '["0df18ed7-d6e7-445f-824d-6b3942c27913"]',
|
||
|
is_ignore: 0,
|
||
|
create_time: '2024-04-01T16:24:09.075472',
|
||
|
update_time: '2024-04-01T16:24:09.075472',
|
||
|
picture_path: [
|
||
|
'http://192.168.10.82:8080/UR_face/2024-02-27/normal/cam01_AZ8478568_20240206140518032_FACE_SNAP_4098.jpg',
|
||
|
],
|
||
|
person_list: [
|
||
|
[
|
||
|
'0df18ed7-d6e7-445f-824d-6b3942c27913',
|
||
|
'http://192.168.10.82:8080/UR_face/2024-02-27/normal/cam01_AZ8478568_20240206140518032_FACE_SNAP_4098.jpg',
|
||
|
1,
|
||
|
],
|
||
|
],
|
||
|
video_length: '1时3分20秒',
|
||
|
upload_time: '2024-03-20T15:10:17',
|
||
|
video_start: '5分12秒',
|
||
|
},
|
||
|
],
|
||
|
},
|
||
|
msg: null,
|
||
|
success: true,
|
||
|
status: 200,
|
||
|
};
|