Skip to content

Commit

Permalink
增加CTags
Browse files Browse the repository at this point in the history
  • Loading branch information
vanjoge committed Feb 1, 2024
1 parent 454aa70 commit 5daf723
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions cdvr.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ GET /Record/Start

|Name|Location|Type|Required|Description|
|---|---|---|---|---|
|Sim|query|string| no |none|
|Channel|query|string| no |none|
|Protocol|query|integer| no |none|
|Sim|query|string| yes |none|
|Channel|query|string| yes |none|
|Protocol|query|integer| no |0 808-2013 1 808-2019 2 GB28181|
|CTags|query|string| no |none|

> Response Examples
Expand Down Expand Up @@ -46,9 +47,9 @@ GET /Record/Stop

|Name|Location|Type|Required|Description|
|---|---|---|---|---|
|Sim|query|string| no |none|
|Channel|query|string| no |none|
|Protocol|query|integer| no |none|
|Sim|query|string| yes |none|
|Channel|query|string| yes |none|
|Protocol|query|integer| no |0 808-2013 1 808-2019 2 GB28181|

> Response Examples
Expand Down Expand Up @@ -81,7 +82,8 @@ POST /Record/BatchStart or /Record/Open
"channel": [
"string"
],
"protocol": 0
"protocol": 0,
"cTags": "string"
}
]
```
Expand Down

0 comments on commit 5daf723

Please sign in to comment.