GET NewsList?typeid={typeid}&pageindex={pageindex}&pagesize={pagesize}
“Get”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| typeid | “typeid”的文档。 |
Define this parameter in the request URI. |
| pageindex | “pageindex”的文档。 |
Define this parameter in the request URI. |
| pagesize | “pagesize”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Code": 1,
"Message": "sample string 2",
"Data": [
{
"Id": 1,
"ImgUrl": "sample string 2",
"Title": "sample string 3",
"Abstractcon": "sample string 4"
},
{
"Id": 1,
"ImgUrl": "sample string 2",
"Title": "sample string 3",
"Abstractcon": "sample string 4"
},
{
"Id": 1,
"ImgUrl": "sample string 2",
"Title": "sample string 3",
"Abstractcon": "sample string 4"
}
],
"Count": 3
}