12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "applications": [],
- "services": [
- {
- "name": "com.huawei.hms.opendevicesdk",
- "routeBy": "ser_country",
- "servings": [
- {
- "countryOrAreaGroup": "DR1",
- "addresses": {
- "ROOT": "https://data-drcn.push.dbankcloud.com"
- }
- },
- {
- "countryOrAreaGroup": "DR2",
- "addresses": {
- "ROOT": "https://data-dra.push.dbankcloud.com"
- }
- },
- {
- "countryOrAreaGroup": "DR3",
- "addresses": {
- "ROOT": "https://data-dre.push.dbankcloud.com"
- }
- },
- {
- "countryOrAreaGroup": "DR4",
- "addresses": {
- "ROOT": "https://data-drru.push.dbankcloud.com"
- }
- }
- ],
- "countryOrAreaGroups": []
- }
- ],
- "countryOrAreaGroups": [
- {
- "id": "DR1",
- "name": "China",
- "countriesOrAreas": [
- "CN"
- ],
- "description": "China zone"
- },
- {
- "id": "DR2",
- "name": "Asian-African-Latin American",
- "countriesOrAreas": [
- "SG"
- ],
- "description": "Asian-African-Latin American zone"
- },
- {
- "id": "DR3",
- "name": "Europe",
- "countriesOrAreas": [
- "DE"
- ],
- "description": "Europe zone"
- },
- {
- "id": "DR4",
- "name": "Russia",
- "countriesOrAreas": [
- "RU"
- ],
- "description": "Russia zone"
- }
- ]
- }
|