Hubstudio
  1. 云手机
Hubstudio
  • 云手机
    • 云手机商品列表
      POST
    • 云手机分页列表
      POST
    • 添加云手机
      POST
    • 国家时区语言列表
      POST
    • 批量开启云手机
      POST
    • 批量关闭云手机
      POST
    • 更新代理
      POST
    • 批量获取云手机ADB状态
      POST
    • 批量更新云手机ADB状态
      POST
    • 一键新机
      POST
    • 获取一键新机状态及可用数量
      POST
    • 上传文件到云手机
      POST
    • APP列表(分页)\查询可安装应用列表
      POST
    • 已安装应用列表查询
      POST
    • app应用安装
      POST
    • 查询品牌机型
      POST
    • APP启动
      POST
    • APP重启
      POST
    • APP停止
      POST
    • APP卸载
      POST
    • 执行shell命令API
      POST
    • 修改云手机信息
      POST
  • 浏览器环境
    • 打开环境
      POST
    • 关闭环境
      POST
    • 获取浏览器状态
      POST
    • 切换浏览器窗口
      POST
    • 获取所有打开环境
      POST
    • 关闭所有环境接口
      POST
    • 获取全部屏幕(物理机的屏幕)
      POST
    • 浏览器窗口自定义排列
      POST
  • 平台账号管理
    • 账号分页列表
    • 账号更新
    • 添加环境账号
    • 账号删除
  • 分组管理
    • 获取环境分组列表
    • 新建环境分组
    • 删除环境分组
  • 环境管理
    • 获取环境列表
    • 创建环境
    • 更新环境
    • 更新环境代理
    • 删除环境
    • 导入Cookie
    • 导出Cookie
    • 获取随机UA
    • 清除环境本地缓存
    • 清理环境内插件缓存
    • 下载内核
    • 刷新指纹
    • 批量修改备注
    • 查询webglVendor和webglRenderer
  1. 云手机

国家时区语言列表

POST
http://127.0.0.1:6873/api/v1/cloud-mobile/get-country-time-zone-language-list
获取云手机的国家时区语言列表

请求参数

Header 参数

Body 参数application/json

示例
{}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://127.0.0.1:6873/api/v1/cloud-mobile/get-country-time-zone-language-list' \
--header 'Authorization: ' \
--header 'X-Nonce-Id: ' \
--header 'X-Api-Id: ' \
--header 'Content-Type: application/json' \
--data-raw '{}'

返回响应

🟢200成功
application/json
Body

示例
{
    "requestId": "db265a8f87a440ed9785d1ebfb74cdb8",
    "msg": "Success",
    "code": 0,
    "data": {
        "countryList": [
            {
                "country": "al",
                "id": 302,
                "showCountry": "阿尔巴尼亚",
                "timeZoneVoList": [
                    {
                        "showTimeZone": "Europe/Tirane(GMT+02:00)",
                        "timeZone": "Europe/Tirane"
                    }
                ]
            },
            {
                "country": "dz",
                "id": 339,
                "showCountry": "阿尔及利亚",
                "timeZoneVoList": [
                    {
                        "showTimeZone": "Africa/Algiers(GMT+01:00)",
                        "timeZone": "Africa/Algiers"
                    }
                ]
            },
            {
                "country": "af",
                "id": 300,
                "showCountry": "阿富汗",
                "timeZoneVoList": [
                    {
                        "showTimeZone": "Asia/Kabul(GMT+04:30)",
                        "timeZone": "Asia/Kabul"
                    }
                ]
            },
            {
                "country": "ar",
                "id": 55,
                "showCountry": "阿根廷",
                "timeZoneVoList": [
                    {
                        "showTimeZone": "America/Argentina/Catamarca(GMT-03:00)",
                        "timeZone": "America/Argentina/Catamarca"
                    },
                    {
                        "showTimeZone": "America/Argentina/Cordoba(GMT-03:00)",
                        "timeZone": "America/Argentina/Cordoba"
                    },
                    {
                        "showTimeZone": "America/Argentina/Jujuy(GMT-03:00)",
                        "timeZone": "America/Argentina/Jujuy"
                    },
                    {
                        "showTimeZone": "America/Argentina/Salta(GMT-03:00)",
                        "timeZone": "America/Argentina/Salta"
                    },
                    {
                        "showTimeZone": "America/Argentina/La_Rioja(GMT-03:00)",
                        "timeZone": "America/Argentina/La_Rioja"
                    },
                    {
                        "showTimeZone": "America/Argentina/Mendoza(GMT-03:00)",
                        "timeZone": "America/Argentina/Mendoza"
                    },
                    {
                        "showTimeZone": "America/Argentina/San_Juan(GMT-03:00)",
                        "timeZone": "America/Argentina/San_Juan"
                    },
                    {
                        "showTimeZone": "America/Argentina/Rio_Gallegos(GMT-03:00)",
                        "timeZone": "America/Argentina/Rio_Gallegos"
                    },
                    {
                        "showTimeZone": "America/Argentina/Ushuaia(GMT-03:00)",
                        "timeZone": "America/Argentina/Ushuaia"
                    },
                    {
                        "showTimeZone": "America/Argentina/Tucuman(GMT-03:00)",
                        "timeZone": "America/Argentina/Tucuman"
                    },
                    {
                        "showTimeZone": "America/Argentina/San_Luis(GMT-03:00)",
                        "timeZone": "America/Argentina/San_Luis"
                    },
                    {
                        "showTimeZone": "America/Argentina/Buenos_Aires(GMT-03:00)",
                        "timeZone": "America/Argentina/Buenos_Aires"
                    }
                ]
            },
            {
                "country": "ae",
                "id": 60,
                "showCountry": "阿联酋",
                "timeZoneVoList": [
                    {
                        "showTimeZone": "Asia/Dubai(GMT+04:00)",
                        "timeZone": "Asia/Dubai"
                    }
                ]
            },
            {
                "country": "aw",
                "id": 306,
                "showCountry": "阿鲁巴",
                "timeZoneVoList": [
                    {
                        "showTimeZone": "America/Aruba(GMT-04:00)",
                        "timeZone": "America/Aruba"
                    }
                ]
            },
            {
                "country": "om",
                "id": 413,
                "showCountry": "阿曼",
                "timeZoneVoList": [
                    {
                        "showTimeZone": "Asia/Muscat(GMT+04:00)",
                        "timeZone": "Asia/Muscat"
                    }
                ]
            },
            {
                "country": "az",
                "id": 308,
                "showCountry": "阿塞拜疆",
                "timeZoneVoList": [
                    {
                        "showTimeZone": "Asia/Baku(GMT+04:00)",
                        "timeZone": "Asia/Baku"
                    }
                ]
            },
    
修改于 2025-11-24 02:27:10
上一页
添加云手机
下一页
批量开启云手机
Built with