GET api/tj/news?pageSize={pageSize}&id={id}&lastID={lastID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageSize | integer |
Required |
|
| id | integer |
Default value is 0 |
|
| lastID | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
ApiResData| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
None. |
|
| msg | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "sample string 1",
"msg": "sample string 2",
"data": {}
}