POST api/v1/Edu/FinishVideoForAdmin?videoId={videoId}&userId={userId}

用于管理平台调用完成视频

Request Information

Parameters

NameDescriptionAdditional information
videoId

Define this parameter in the request URI.

userId

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "status": 0,
  "friendlyMessage": "sample string 1",
  "message": "sample string 2",
  "requestId": "2691e31b3ff6446c9b036516e120c095",
  "appOwnerId": 0
}