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": "12a04cc66274472f82dcf6f06d726298", "appOwnerId": 0 }