GET TopNewsList?pageSize={pageSize}&pageNo={pageNo}&key={key}

“Get”的文档。

Request Information

Parameters

NameDescriptionAdditional information
pageSize
“pageSize”的文档。

Define this parameter in the request URI.

pageNo
“pageNo”的文档。

Define this parameter in the request URI.

key
“key”的文档。

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Code": 1,
  "lbList": [
    {
      "id": 1,
      "weburl": "sample string 2",
      "title": "sample string 3",
      "imageUrl": "sample string 4",
      "ctype": 5
    },
    {
      "id": 1,
      "weburl": "sample string 2",
      "title": "sample string 3",
      "imageUrl": "sample string 4",
      "ctype": 5
    },
    {
      "id": 1,
      "weburl": "sample string 2",
      "title": "sample string 3",
      "imageUrl": "sample string 4",
      "ctype": 5
    }
  ],
  "newList": [
    {
      "id": 1,
      "ctype": 2,
      "title": "sample string 3",
      "from": "sample string 4",
      "imageUrl": "sample string 5",
      "pubTime": "2024-03-28T17:02:38.4905171+08:00",
      "Apage": "sample string 7",
      "picList": "sample string 8",
      "cmtNum": 9,
      "hits": 10,
      "yetai": "sample string 11",
      "adUrl": "sample string 12",
      "adMemo": "sample string 13"
    },
    {
      "id": 1,
      "ctype": 2,
      "title": "sample string 3",
      "from": "sample string 4",
      "imageUrl": "sample string 5",
      "pubTime": "2024-03-28T17:02:38.4905171+08:00",
      "Apage": "sample string 7",
      "picList": "sample string 8",
      "cmtNum": 9,
      "hits": 10,
      "yetai": "sample string 11",
      "adUrl": "sample string 12",
      "adMemo": "sample string 13"
    },
    {
      "id": 1,
      "ctype": 2,
      "title": "sample string 3",
      "from": "sample string 4",
      "imageUrl": "sample string 5",
      "pubTime": "2024-03-28T17:02:38.4905171+08:00",
      "Apage": "sample string 7",
      "picList": "sample string 8",
      "cmtNum": 9,
      "hits": 10,
      "yetai": "sample string 11",
      "adUrl": "sample string 12",
      "adMemo": "sample string 13"
    }
  ],
  "Msg": "sample string 2"
}