POST api/v1/Edu/FinishVideoForAdmin?videoId={videoId}&userId={userId}
用于管理平台调用完成视频
Request Information
Parameters
| Name | Description | Additional 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": "76eafba499b54da99ec49e66f9a44f50",
"appOwnerId": 0
}