GET GDTV/v3/BannerWeb/GetWGWResPageByGID?pageSize={pageSize}&pageIndex={pageIndex}&gid={gid}&catgid={catgid}&phase={phase}&popGradeID={popGradeID}&name={name}

获取资讯管理资源

Request

URI Params

字段名字段说明字段类型附加信息
pageSize

integer

Required

pageIndex

integer

Required

gid

integer

Required

catgid

integer

Required

phase

integer

Required

popGradeID

integer

Required

name

string

Required

Body Params

None.

Response

APITResultOfPageViewModelOfWGWResWebModel
字段名字段说明字段类型附加信息
Data

None.

application/json, text/json

Sample:
{
  "Data": {
    "ViewModelList": [
      {
        "WGWResID": "1",
        "ResID": "2",
        "Type": 1,
        "AlbumType": 0,
        "AlbumID": "3",
        "TypeDesc": "富文本",
        "CloudID": 4,
        "OfficialID": "5",
        "GID": "6",
        "CatgArea": 0,
        "Phases": [
          "sample string 1",
          "sample string 2"
        ],
        "Grades": [
          "sample string 1",
          "sample string 2"
        ],
        "ClassID": "7",
        "ClassIDDesc": "sample string 8",
        "Title": "sample string 9",
        "SubTitle": "sample string 10",
        "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
          }
        ],
        "IsTVCstr": true,
        "CatgID": "12",
        "CatgName": "sample string 13",
        "ST": 0,
        "STDesc": "初始",
        "RefVld": 14,
        "Date": "2025-05-02 12:29:46",
        "DateDesc": "2025-05-02 12:29:46",
        "UID": "16",
        "UName": "sample string 17",
        "PubDate": "sample string 18",
        "PubUID": "19",
        "PubUName": "sample string 20",
        "AppID": "21",
        "OffDate": "sample string 22",
        "OffUID": "23",
        "IsTop": true,
        "TopDate": "sample string 26",
        "ViewCnt": "27",
        "IsAuditor": true
      },
      {
        "WGWResID": "1",
        "ResID": "2",
        "Type": 1,
        "AlbumType": 0,
        "AlbumID": "3",
        "TypeDesc": "富文本",
        "CloudID": 4,
        "OfficialID": "5",
        "GID": "6",
        "CatgArea": 0,
        "Phases": [
          "sample string 1",
          "sample string 2"
        ],
        "Grades": [
          "sample string 1",
          "sample string 2"
        ],
        "ClassID": "7",
        "ClassIDDesc": "sample string 8",
        "Title": "sample string 9",
        "SubTitle": "sample string 10",
        "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
          }
        ],
        "IsTVCstr": true,
        "CatgID": "12",
        "CatgName": "sample string 13",
        "ST": 0,
        "STDesc": "初始",
        "RefVld": 14,
        "Date": "2025-05-02 12:29:46",
        "DateDesc": "2025-05-02 12:29:46",
        "UID": "16",
        "UName": "sample string 17",
        "PubDate": "sample string 18",
        "PubUID": "19",
        "PubUName": "sample string 20",
        "AppID": "21",
        "OffDate": "sample string 22",
        "OffUID": "23",
        "IsTop": true,
        "TopDate": "sample string 26",
        "ViewCnt": "27",
        "IsAuditor": true
      }
    ],
    "PageSize": 1,
    "TotalRecords": 2,
    "PageIndex": 3,
    "Pages": 4
  },
  "Ret": 1,
  "ErrCode": 2,
  "Msg": "sample string 3",
  "SeqId": 4,
  "InfoMsg": "sample string 5"
}