GET ServerMech?pageindex={pageindex}&pagesize={pagesize}&keywords={keywords}&type={type}
“Get”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
pageindex | “pageindex”的文档。 |
Define this parameter in the request URI. |
pagesize | “pagesize”的文档。 |
Define this parameter in the request URI. |
keywords | “keywords”的文档。 |
Define this parameter in the request URI. |
type | “type”的文档。 |
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, "SerLogo": "sample string 2", "SerTitle": "sample string 3", "SerContent": "sample string 4", "SerRange": "sample string 5", "SerType": "sample string 6" }, { "Id": 1, "SerLogo": "sample string 2", "SerTitle": "sample string 3", "SerContent": "sample string 4", "SerRange": "sample string 5", "SerType": "sample string 6" }, { "Id": 1, "SerLogo": "sample string 2", "SerTitle": "sample string 3", "SerContent": "sample string 4", "SerRange": "sample string 5", "SerType": "sample string 6" } ], "Count": 3 }