mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-12 19:24:22 +08:00
修正deleteRecordDirectory接口拼写错误并精简代码
This commit is contained in:
@@ -946,19 +946,19 @@
|
||||
"response": []
|
||||
},
|
||||
{
|
||||
"name": "删除录像文件夹(deleteRecordDirectroy)",
|
||||
"name": "删除录像文件夹(deleteRecordDirectory)",
|
||||
"request": {
|
||||
"method": "GET",
|
||||
"header": [],
|
||||
"url": {
|
||||
"raw": "{{ZLMediaKit_URL}}/index/api/deleteRecordDirectroy?secret={{ZLMediaKit_secret}}&vhost={{defaultVhost}}&app=proxy&stream=2&period=2020-01-01",
|
||||
"raw": "{{ZLMediaKit_URL}}/index/api/deleteRecordDirectory?secret={{ZLMediaKit_secret}}&vhost={{defaultVhost}}&app=proxy&stream=2&period=2020-01-01",
|
||||
"host": [
|
||||
"{{ZLMediaKit_URL}}"
|
||||
],
|
||||
"path": [
|
||||
"index",
|
||||
"api",
|
||||
"deleteRecordDirectroy"
|
||||
"deleteRecordDirectory"
|
||||
],
|
||||
"query": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user