GET ProjectList?pageindex={pageindex}&pagesize={pagesize}&province={province}&city={city}&typeid={typeid}&yetaiid={yetaiid}&newyetaiid={newyetaiid}&keyword={keyword}&updatetime={updatetime}
“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. |
| province | “province”的文档。 |
Define this parameter in the request URI. |
| city | “city”的文档。 |
Define this parameter in the request URI. |
| typeid | “typeid”的文档。 |
Define this parameter in the request URI. |
| yetaiid | “yetaiid”的文档。 |
Define this parameter in the request URI. |
| newyetaiid | “newyetaiid”的文档。 |
Define this parameter in the request URI. |
| keyword | “keyword”的文档。 |
Define this parameter in the request URI. |
| updatetime | “updatetime”的文档。 |
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",
"City": "sample string 4",
"Province": "sample string 5",
"Acreage": "sample string 6",
"OpenTime": "sample string 7",
"Type": "sample string 8",
"YeTai": "sample string 9",
"NewYeTai": "sample string 10",
"Lng": 11.0,
"Lat": 12.0,
"ShortMianji": "sample string 13",
"NewImgUrl": "sample string 14"
},
{
"Id": 1,
"Name": "sample string 2",
"ImgUrl": "sample string 3",
"City": "sample string 4",
"Province": "sample string 5",
"Acreage": "sample string 6",
"OpenTime": "sample string 7",
"Type": "sample string 8",
"YeTai": "sample string 9",
"NewYeTai": "sample string 10",
"Lng": 11.0,
"Lat": 12.0,
"ShortMianji": "sample string 13",
"NewImgUrl": "sample string 14"
},
{
"Id": 1,
"Name": "sample string 2",
"ImgUrl": "sample string 3",
"City": "sample string 4",
"Province": "sample string 5",
"Acreage": "sample string 6",
"OpenTime": "sample string 7",
"Type": "sample string 8",
"YeTai": "sample string 9",
"NewYeTai": "sample string 10",
"Lng": 11.0,
"Lat": 12.0,
"ShortMianji": "sample string 13",
"NewImgUrl": "sample string 14"
}
],
"Count": 3
}