GET GDTV/v3/TVH5/GetResList?resID={resID}&pageIndex={pageIndex}&pageSize={pageSize}
获取资源列表
Request
URI Params
| 字段名 | 字段说明 | 字段类型 | 附加信息 |
|---|---|---|---|
| resID |
资源编号 |
integer |
Required |
| pageIndex |
页码 |
integer |
Default value is 1 |
| pageSize |
页大小 |
integer |
Default value is 10 |
Body Params
None.
Response
APITResultOfPageViewModelOfResH5Model| 字段名 | 字段说明 | 字段类型 | 附加信息 |
|---|---|---|---|
| Data |
None. |
application/json, text/json
Sample:
{
"Data": {
"ViewModelList": [
{
"ResID": "1",
"Type": 1,
"Title": "sample string 2",
"SubTitle": "sample string 3",
"Thumbs": [
{
"Url": "sample string 1",
"OriginalUrl": "sample string 2",
"Width": 3,
"Height": 4
},
{
"Url": "sample string 1",
"OriginalUrl": "sample string 2",
"Width": 3,
"Height": 4
}
],
"AlbumType": 0,
"AlbumTypeDesc": "单辑",
"Date": "2026-04-13",
"UID": 5,
"UName": "sample string 6",
"ViewCnt": 7
},
{
"ResID": "1",
"Type": 1,
"Title": "sample string 2",
"SubTitle": "sample string 3",
"Thumbs": [
{
"Url": "sample string 1",
"OriginalUrl": "sample string 2",
"Width": 3,
"Height": 4
},
{
"Url": "sample string 1",
"OriginalUrl": "sample string 2",
"Width": 3,
"Height": 4
}
],
"AlbumType": 0,
"AlbumTypeDesc": "单辑",
"Date": "2026-04-13",
"UID": 5,
"UName": "sample string 6",
"ViewCnt": 7
}
],
"PageSize": 1,
"TotalRecords": 2,
"PageIndex": 3,
"Pages": 4
},
"Ret": 1,
"ErrCode": 2,
"Msg": "sample string 3",
"SeqId": 4,
"InfoMsg": "sample string 5"
}