GET ProjectMap?top={top}&city={city}&province={province}
“Get”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
top | “top”的文档。 |
Define this parameter in the request URI. |
city | “city”的文档。 |
Define this parameter in the request URI. |
province | “province”的文档。 |
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, "Name": "sample string 2", "ImgUrl": "sample string 3", "Lng": 4.0, "Lat": 5.0 }, { "Id": 1, "Name": "sample string 2", "ImgUrl": "sample string 3", "Lng": 4.0, "Lat": 5.0 }, { "Id": 1, "Name": "sample string 2", "ImgUrl": "sample string 3", "Lng": 4.0, "Lat": 5.0 } ], "Count": 3 }