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