GET api/userv1_0?parkId={parkId}&pageIndex={pageIndex}&pageSize={pageSize}
“GetMassesAgentList”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| parkId | “parkId”的文档。 |
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,
"status": true,
"msg": "sample string 3",
"data": {},
"count": 5,
"pageCount": 6,
"ispaging": true,
"extend": {},
"isReLogin": true
}