POST api/v1/Stream/EndByVideoId?videoId={videoId}&userName={userName}&drivingSchoolId={drivingSchoolId}
通过videoId通知结束播放视频
Request Information
Parameters
Name | Description | Additional 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": "bd0c7b0e8e864b4fbcee5764bdca17e9", "appOwnerId": 0 }