From 0173bc252b63764be87eb71883c389fce767f033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=B3=E9=A9=B9=20=E4=B8=87?= Date: Wed, 31 Jan 2024 18:00:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E5=88=AB=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cdvr.md | 89 ++------------------------------------------------------- 1 file changed, 3 insertions(+), 86 deletions(-) diff --git a/cdvr.md b/cdvr.md index 91a49e2..05f5265 100644 --- a/cdvr.md +++ b/cdvr.md @@ -68,51 +68,9 @@ GET /Record/Stop |---|---|---|---| |200|[OK](https://tools.ietf.org/html/rfc7231#section-6.3.1)|Success|[RecordRet](#schemarecordret)| -## POST /Record/Open - -POST /Record/Open - -> Body Parameters - -```json -[ - { - "sim": "string", - "channel": [ - "string" - ], - "protocol": 0 - } -] -``` - -### Params - -|Name|Location|Type|Required|Description| -|---|---|---|---|---| -|body|body|[DeviceInfo](#schemadeviceinfo)| no |none| - -> Response Examples - -> 200 Response - -```json -{ - "result": 0, - "resultNote": "string", - "detail": "string" -} -``` - -### Responses - -|HTTP Status Code |Meaning|Description|Data schema| -|---|---|---|---| -|200|[OK](https://tools.ietf.org/html/rfc7231#section-6.3.1)|Success|[RecordRet](#schemarecordret)| - ## POST /Record/BatchStart -POST /Record/BatchStart +POST /Record/BatchStart or /Record/Open > Body Parameters @@ -152,51 +110,10 @@ POST /Record/BatchStart |---|---|---|---| |200|[OK](https://tools.ietf.org/html/rfc7231#section-6.3.1)|Success|[RecordRet](#schemarecordret)| -## POST /Record/BatchStop -POST /Record/BatchStop - -> Body Parameters - -```json -[ - { - "sim": "string", - "channel": [ - "string" - ], - "protocol": 0 - } -] -``` - -### Params - -|Name|Location|Type|Required|Description| -|---|---|---|---|---| -|body|body|[DeviceInfo](#schemadeviceinfo)| no |none| - -> Response Examples - -> 200 Response - -```json -{ - "result": 0, - "resultNote": "string", - "detail": "string" -} -``` - -### Responses - -|HTTP Status Code |Meaning|Description|Data schema| -|---|---|---|---| -|200|[OK](https://tools.ietf.org/html/rfc7231#section-6.3.1)|Success|[RecordRet](#schemarecordret)| - -## POST /Record/Close +## POST /Record/BatchStop -POST /Record/Close +POST /Record/BatchStop or /Record/Close > Body Parameters