POST api/v1/Edu/FinishVideo

车学车视频-完成视频学习

Request Information

Parameters

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