GET GetNewProjModel?projId={projId}&userid={userid}

“Get”的文档。

Request Information

Parameters

NameDescriptionAdditional information
projId
“projId”的文档。

Define this parameter in the request URI.

userid
“userid”的文档。

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Code": 1,
  "EntityObject": {
    "Id": 1,
    "Project_Name": "sample string 2",
    "ProjectMainImages": "sample string 3",
    "ImgArray": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ],
    "Project_Type": "sample string 4",
    "Project_TypeIdArray": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ],
    "Project_TypeNameArray": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ],
    "Project_Area": "sample string 5",
    "Province": "sample string 6",
    "City": "sample string 7",
    "Country": "sample string 8",
    "Address": "sample string 9",
    "Project_Circle": "sample string 10",
    "PositionLat": "sample string 11",
    "PositionLng": "sample string 12",
    "OpenStatus": "sample string 13",
    "OpenDate": "sample string 14",
    "AlreadyStore": "sample string 15",
    "AlreadyStoreArray": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ],
    "ParkingSpace": "sample string 16",
    "Population3Km": "sample string 17",
    "Population5Km": "sample string 18",
    "Transportation": "sample string 19",
    "TranList": [
      {
        "tool": "sample string 1",
        "tranInfo": [
          "sample string 1",
          "sample string 2",
          "sample string 3"
        ]
      },
      {
        "tool": "sample string 1",
        "tranInfo": [
          "sample string 1",
          "sample string 2",
          "sample string 3"
        ]
      },
      {
        "tool": "sample string 1",
        "tranInfo": [
          "sample string 1",
          "sample string 2",
          "sample string 3"
        ]
      }
    ],
    "Sales": "sample string 20",
    "Passenger": "sample string 21",
    "ProjectIntro": "sample string 22",
    "Contacts": "sample string 23",
    "Duty": "sample string 24",
    "ContactPhone": "sample string 25",
    "AddUser": "sample string 26",
    "AddTime": "sample string 27",
    "ModifyUser": "sample string 28",
    "ModifyDateTime": "sample string 29",
    "ProjectStauts": "sample string 30",
    "Reviewer": "sample string 31",
    "ReviewDateTime": "sample string 32",
    "ReviewRemark": "sample string 33",
    "Attention": "sample string 34",
    "ShopInfoList": [
      {
        "Id": 1,
        "ProjectId": 2,
        "ShopNo": "sample string 3",
        "ShopFloor": "sample string 4",
        "ShopZuo": "sample string 5",
        "ShopArea": "sample string 6",
        "RentFormat": "sample string 7",
        "CareShopDateTime": "sample string 8",
        "RentYear": "sample string 9",
        "ShopStatus": "sample string 10"
      },
      {
        "Id": 1,
        "ProjectId": 2,
        "ShopNo": "sample string 3",
        "ShopFloor": "sample string 4",
        "ShopZuo": "sample string 5",
        "ShopArea": "sample string 6",
        "RentFormat": "sample string 7",
        "CareShopDateTime": "sample string 8",
        "RentYear": "sample string 9",
        "ShopStatus": "sample string 10"
      },
      {
        "Id": 1,
        "ProjectId": 2,
        "ShopNo": "sample string 3",
        "ShopFloor": "sample string 4",
        "ShopZuo": "sample string 5",
        "ShopArea": "sample string 6",
        "RentFormat": "sample string 7",
        "CareShopDateTime": "sample string 8",
        "RentYear": "sample string 9",
        "ShopStatus": "sample string 10"
      }
    ]
  },
  "Msg": "sample string 2"
}