GET News?pageNum={pageNum}&pageSize={pageSize}

【闻伴辉】获取商业地产一周要闻

请求信息详情

URI 参数

名称描述类型附加信息
pageNum

页码,默认1

integer

Required

pageSize

每页行数,默认1

integer

Required

Body 参数

None.

响应信息

资源描述

【闻伴辉】获取商业地产一周要闻

Collection of OneWeekNewsPage
名称描述类型附加信息
page

分页实体类

Collection of PageInfo

None.

news

新闻实体类

Collection of OneWeekNewsInfo

None.

响应结果格式

application/json, text/json

Sample:
[
  {
    "page": [
      {
        "Name": "sample string 1",
        "Rows": 2,
        "PageSize": 3,
        "Page": 4,
        "PageNum": 1
      },
      {
        "Name": "sample string 1",
        "Rows": 2,
        "PageSize": 3,
        "Page": 4,
        "PageNum": 1
      }
    ],
    "news": [
      {
        "newsId": 1,
        "title": "sample string 2",
        "newsTime": "sample string 3",
        "heXinTiShi": "sample string 4",
        "content": "sample string 5",
        "mImg": "sample string 6"
      },
      {
        "newsId": 1,
        "title": "sample string 2",
        "newsTime": "sample string 3",
        "heXinTiShi": "sample string 4",
        "content": "sample string 5",
        "mImg": "sample string 6"
      }
    ]
  },
  {
    "page": [
      {
        "Name": "sample string 1",
        "Rows": 2,
        "PageSize": 3,
        "Page": 4,
        "PageNum": 1
      },
      {
        "Name": "sample string 1",
        "Rows": 2,
        "PageSize": 3,
        "Page": 4,
        "PageNum": 1
      }
    ],
    "news": [
      {
        "newsId": 1,
        "title": "sample string 2",
        "newsTime": "sample string 3",
        "heXinTiShi": "sample string 4",
        "content": "sample string 5",
        "mImg": "sample string 6"
      },
      {
        "newsId": 1,
        "title": "sample string 2",
        "newsTime": "sample string 3",
        "heXinTiShi": "sample string 4",
        "content": "sample string 5",
        "mImg": "sample string 6"
      }
    ]
  }
]