GET GetStoreCircleApi?city={city}

“Get”的文档。

Request Information

Parameters

NameDescriptionAdditional information
city
“city”的文档。

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Data": [
    {
      "city": "sample string 1",
      "country": "sample string 2",
      "children": [
        {
          "id": 1,
          "circlename": "sample string 2"
        },
        {
          "id": 1,
          "circlename": "sample string 2"
        },
        {
          "id": 1,
          "circlename": "sample string 2"
        }
      ]
    },
    {
      "city": "sample string 1",
      "country": "sample string 2",
      "children": [
        {
          "id": 1,
          "circlename": "sample string 2"
        },
        {
          "id": 1,
          "circlename": "sample string 2"
        },
        {
          "id": 1,
          "circlename": "sample string 2"
        }
      ]
    },
    {
      "city": "sample string 1",
      "country": "sample string 2",
      "children": [
        {
          "id": 1,
          "circlename": "sample string 2"
        },
        {
          "id": 1,
          "circlename": "sample string 2"
        },
        {
          "id": 1,
          "circlename": "sample string 2"
        }
      ]
    }
  ],
  "Count": 3
}