GET NewsCommentList/{id}?pageindex={pageindex}&pagesize={pagesize}
“Get”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | “id”的文档。 |
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": [ { "Content": "sample string 1", "Face": "sample string 2", "Time": "sample string 3", "NetName": "sample string 4" }, { "Content": "sample string 1", "Face": "sample string 2", "Time": "sample string 3", "NetName": "sample string 4" }, { "Content": "sample string 1", "Face": "sample string 2", "Time": "sample string 3", "NetName": "sample string 4" } ], "Count": 3 }