POST api/v1/Edu/StartVideo
车学堂视频学习-开始视频学习
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| req |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"videoId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"data": {
"watchToken": "sample string 1",
"psign": "sample string 2"
},
"status": 0,
"friendlyMessage": "sample string 1",
"message": "sample string 2",
"requestId": "f6acd2d27c1c49149fbb60f114b38275",
"appOwnerId": 0
}