From cc7b680aa5b2a6ad599c394715bb4327de8670bf Mon Sep 17 00:00:00 2001
From: rain <167982779@qq.com>
Date: Tue, 25 Jun 2024 14:37:32 +0800
Subject: [PATCH] 调查取证手动航线更新图斑调查状态,新增媒体查询接口视频图片筛查,调整定时任务时间,新增航线任务错误代码识别
---
api/Cloud API Demo.postman_environment.json | 18 +++++++++++++++---
1 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/api/Cloud API Demo.postman_environment.json b/api/Cloud API Demo.postman_environment.json
index f4faf3a..1873503 100644
--- a/api/Cloud API Demo.postman_environment.json
+++ b/api/Cloud API Demo.postman_environment.json
@@ -4,7 +4,7 @@
"values": [
{
"key": "ip",
- "value": "192.168.1.1",
+ "value": "localhost",
"type": "default",
"enabled": true
},
@@ -52,9 +52,21 @@
"key": "storage_version",
"value": "/storage/api/v1",
"enabled": true
+ },
+ {
+ "key": "control_version",
+ "value": "/control/api/v1",
+ "type": "default",
+ "enabled": true
+ },
+ {
+ "key": "device_sn",
+ "value": "xxxxxxxxxx",
+ "type": "default",
+ "enabled": true
}
],
"_postman_variable_scope": "environment",
- "_postman_exported_at": "2022-03-29T03:52:14.600Z",
- "_postman_exported_using": "Postman/9.7.1"
+ "_postman_exported_at": "2022-09-23T03:53:25.999Z",
+ "_postman_exported_using": "Postman/9.31.0"
}
\ No newline at end of file
--
Gitblit v1.9.3