POST api/v1/Edu/StartVideo

车学堂视频学习-开始视频学习

Request Information

Parameters

NameDescriptionAdditional 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": "c58bce0a9ced49c38b5787a2c6c85679",
  "appOwnerId": 0
}