Skip to content

Commit

Permalink
合并别名
Browse files Browse the repository at this point in the history
  • Loading branch information
vanjoge committed Jan 31, 2024
1 parent 5fb536b commit 0173bc2
Showing 1 changed file with 3 additions and 86 deletions.
89 changes: 3 additions & 86 deletions cdvr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0173bc2

Please sign in to comment.