GET NewProjectForMainUser?userid={userid}
“Get”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| userid | “userid”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Code": 1,
"Message": "sample string 2",
"Data": [
{
"ProjectID": 1,
"ProjectName": "sample string 2",
"ImgUrl": "sample string 3",
"Contacts": "sample string 4",
"ContactPhone": "sample string 5",
"SubUserID": "sample string 6",
"EmptyShopNumber": 7,
"RentShopNumber": 8,
"ProjectStauts": "sample string 9"
},
{
"ProjectID": 1,
"ProjectName": "sample string 2",
"ImgUrl": "sample string 3",
"Contacts": "sample string 4",
"ContactPhone": "sample string 5",
"SubUserID": "sample string 6",
"EmptyShopNumber": 7,
"RentShopNumber": 8,
"ProjectStauts": "sample string 9"
},
{
"ProjectID": 1,
"ProjectName": "sample string 2",
"ImgUrl": "sample string 3",
"Contacts": "sample string 4",
"ContactPhone": "sample string 5",
"SubUserID": "sample string 6",
"EmptyShopNumber": 7,
"RentShopNumber": 8,
"ProjectStauts": "sample string 9"
}
],
"Count": 3
}