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