GET DefaultBrandNext?pageNo={pageNo}&province={province}

“Get”的文档。

Request Information

Parameters

NameDescriptionAdditional information
pageNo
“pageNo”的文档。

Define this parameter in the request URI.

province
“province”的文档。

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,
      "tuijian": 2,
      "IsVeracity": true,
      "YeTai": "sample string 4",
      "ExpandArea": "sample string 5",
      "Area": "sample string 6",
      "OperatingNames": "sample string 7",
      "ComSign": "sample string 8",
      "Attention": 9
    },
    {
      "Id": 1,
      "tuijian": 2,
      "IsVeracity": true,
      "YeTai": "sample string 4",
      "ExpandArea": "sample string 5",
      "Area": "sample string 6",
      "OperatingNames": "sample string 7",
      "ComSign": "sample string 8",
      "Attention": 9
    },
    {
      "Id": 1,
      "tuijian": 2,
      "IsVeracity": true,
      "YeTai": "sample string 4",
      "ExpandArea": "sample string 5",
      "Area": "sample string 6",
      "OperatingNames": "sample string 7",
      "ComSign": "sample string 8",
      "Attention": 9
    }
  ],
  "Count": 3
}