GET GetStoreyValue?projId={projId}&shopid={shopid}

“Get”的文档。

Request Information

Parameters

NameDescriptionAdditional information
projId
“projId”的文档。

Define this parameter in the request URI.

shopid
“shopid”的文档。

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Code": 1,
  "EntityObject": {
    "Storey": "sample string 1",
    "Name_en": "sample string 2"
  },
  "Msg": "sample string 2"
}