GET api/Equipment/GetMapList
“GetMapList”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
Device | “Device”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "user_id": "sample string 1", "eq_guid": "sample string 2", "eq_name": "sample string 3", "city": "sample string 4", "pageIndex": "sample string 5", "pageSize": "sample string 6", "codeinfo": "sample string 7", "time": "sample string 8" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{ "Head": { "Code": 1, "Msg": "sample string 2" }, "Body": { "Data": "sample string 1" } }