GET {version}/Video/GetVideoShow/{ID}
获取测评详细页
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
VideoDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
逻辑主键 【主键 int(11)】 |
integer |
None. |
| UserID |
用户id |
integer |
None. |
| VideoId |
阿里云视频ID 【字段 varchar(100)】 |
string |
None. |
| VideoUrl |
视频播放地址 |
string |
None. |
| Coverurl |
遮盖图url |
string |
None. |
| CoverurlNew |
新的遮盖图url |
string |
None. |
| Title |
标题 |
string |
None. |
| BigTitle |
大标题 |
string |
None. |
| NickName |
用户昵称 |
string |
None. |
| colorID |
颜色 1.黑色 2.白色 |
integer |
None. |
| Avatar |
用户头像 |
string |
None. |
| commentcount |
评论总数 |
integer |
None. |
| praisecount |
点赞总数 |
integer |
None. |
| ispraise |
是否点赞 1是0否 |
integer |
None. |
| VideoType |
测评类型 |
string |
None. |
| VideoTypeID |
测评类型ID |
string |
None. |
| GadeSubject |
年级学科 |
string |
None. |
| Duration |
视频时长 |
string |
None. |
| SubjectTypeID |
学科ID |
string |
None. |
| GadeTypeID |
年级ID |
string |
None. |
| Status |
审核状态 0-待审核 1-审核通过 2-审核不通过 3-名师点评中 【字段 int(11)】 |
integer |
None. |
| IsSelected |
是否精选视频 0不是 1是 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"UserID": 2,
"VideoId": "sample string 3",
"VideoUrl": "sample string 4",
"Coverurl": "sample string 5",
"CoverurlNew": "sample string 6",
"Title": "sample string 7",
"BigTitle": "sample string 8",
"NickName": "sample string 9",
"colorID": 10,
"Avatar": "sample string 11",
"commentcount": 12,
"praisecount": 13,
"ispraise": 14,
"VideoType": "sample string 15",
"VideoTypeID": "sample string 16",
"GadeSubject": "sample string 17",
"Duration": "sample string 18",
"SubjectTypeID": "sample string 19",
"GadeTypeID": "sample string 20",
"Status": 21,
"IsSelected": 22
}
application/xml, text/xml
Sample:
<VideoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eshikao.Models"> <Avatar>sample string 11</Avatar> <BigTitle>sample string 8</BigTitle> <Coverurl>sample string 5</Coverurl> <CoverurlNew>sample string 6</CoverurlNew> <Duration>sample string 18</Duration> <GadeSubject>sample string 17</GadeSubject> <GadeTypeID>sample string 20</GadeTypeID> <ID>1</ID> <IsSelected>22</IsSelected> <NickName>sample string 9</NickName> <Status>21</Status> <SubjectTypeID>sample string 19</SubjectTypeID> <Title>sample string 7</Title> <UserID>2</UserID> <VideoId>sample string 3</VideoId> <VideoType>sample string 15</VideoType> <VideoTypeID>sample string 16</VideoTypeID> <VideoUrl>sample string 4</VideoUrl> <colorID>10</colorID> <commentcount>12</commentcount> <ispraise>14</ispraise> <praisecount>13</praisecount> </VideoDto>