/api/open/app/product/area/v2
参数 | 二级参数 | 类型 | 必填 | 说明 |
productNo | - | string | 是 | 平台产品编号 |
proxyType | - | int16 | 是 | 代理类型 104=动态国外 105=动态国内 |
参数 | 二级参数 | 类型 | 必填 | 说明 |
- | - | array | 是 | 平台产品编号 |
- | productNo | string | 否 | 平台产品编号 如果为空,则表示同一个上游供应商公用的区域列表 |
- | proxyType | int16 | 是 | 代理类型 |
- | areaCode | string | 是 | 区域代码(洲) |
- | countryCode | string | 是 | 国家代码 |
- | stateCode | string | 是 | 州省代码 为空或者后面 000结尾,说明当前地域只到上级国家,国家内随机 |
- | cityCode | string | 是 | 城市代码 为空或者后面 000结尾,说明当前地域只到上级,上级随机 |
- | status | int8 | 是 | 状态 1=上架 -1=下架 |
- | region | string | 是 | 上游供应商区域 |
- | supplierCode | string | 是 | 上游供应商代码 |
[
{"productNo":"out_dynamic_1","proxyType":104,"areaCode":"6","countryCode":"USA","stateCode":"","cityCode":"","status":1,"region":"us","supplierCode":"xxx"},
{"productNo":"out_dynamic_1","proxyType":104,"areaCode":"2","countryCode":"FRA","stateCode":"","cityCode":"","status":1,"region":"fr","supplierCode":"xxx"},
{"productNo":"out_dynamic_1","proxyType":104,"areaCode":"2","countryCode":"GBR","stateCode":"","cityCode":"","status":1,"region":"gb","supplierCode":"xxx"},
{"productNo":"out_dynamic_1","proxyType":104,"areaCode":"1","countryCode":"JPN","stateCode":"","cityCode":"","status":1,"region":"jp","supplierCode":"xxx"}
]