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