POST api/v1/Edu/FinishVideo
车学车视频-完成视频学习
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| req | 
                             Define this parameter in the request body.  | 
            
Request body formats
application/json, text/json
            Sample:
        
{
  "watchToken": "sample string 1"
}
        application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Response body formats
application/json, text/json
            Sample:
{
  "data": {
    "realRewardPoint": 1.0,
    "pointRewardMsg": "sample string 2"
  },
  "status": 0,
  "friendlyMessage": "sample string 1",
  "message": "sample string 2",
  "requestId": "5aa7a5d5fa5b4833b59a93c309e7840d",
  "appOwnerId": 0
}