GET v1/Model/GetModelByCountryBrandId?brandId={brandId}&countryId={countryId}&languageId={languageId}&support={support}

查询国家下当前设备的设备型号 Key Value用于绑定

Request Information

Parameters

NameDescriptionAdditional information
brandId
设备品牌ID

Define this parameter in the request URI.

countryId
国家ID

Define this parameter in the request URI.

languageId
语言类型

Define this parameter in the request URI.

support
出力制御

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "Key": "sample string 1",
    "Value": "sample string 2",
    "BeginVail": 3,
    "EndVail": 4,
    "attachFlag": 5,
    "additional": "sample string 6",
    "default_attach": "sample string 7"
  },
  {
    "Key": "sample string 1",
    "Value": "sample string 2",
    "BeginVail": 3,
    "EndVail": 4,
    "attachFlag": 5,
    "additional": "sample string 6",
    "default_attach": "sample string 7"
  },
  {
    "Key": "sample string 1",
    "Value": "sample string 2",
    "BeginVail": 3,
    "EndVail": 4,
    "attachFlag": 5,
    "additional": "sample string 6",
    "default_attach": "sample string 7"
  }
]