POST api/v1/Stream/EndByVideoId?videoId={videoId}&userName={userName}&drivingSchoolId={drivingSchoolId}

通过videoId通知结束播放视频

Request Information

Parameters

NameDescriptionAdditional information
videoId
视频Id

Define this parameter in the request URI.

userName
用户帐号

Define this parameter in the request URI.

drivingSchoolId
驾校Id

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": "5f11e33466f54ce4a05e0b3694aeee4a",
  "appOwnerId": 0
}