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

APP列表(分页)\查询可安装应用列表

POST
/api/v1/cloud-mobile/app/page
获取APP应用列表

请求参数

Body 参数application/json

示例
{
    "pageNum": 2,
    "pageSize": 2,
    "productId": 178
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/cloud-mobile/app/page' \
--header 'Content-Type: application/json' \
--data-raw '{
    "pageNum": 2,
    "pageSize": 2,
    "productId": 178
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "code": 0,
    "msg": "Success",
    "requestId": "2ed165b5-7715-477d-9486-7a78dc70697e",
    "timestamp": 1772612247534,
    "data": {
        "records": [
            {
                "id": "15",
                "appName": "SHEIN",
                "appIcon": "https://hubstudio-site-test.s3.cn-north-1.amazonaws.com.cn/xxxlllyyy/123/appIcon/be0084537c3f467f8729eeec4a53a53e.png",
                "packageName": "com.zzkko",
                "categoryValue": 11,
                "appVersionList": [
                    {
                        "id": "101041954191573205",
                        "versionCode": "1241",
                        "versionName": "11.3.4",
                        "installStatus": -1,
                        "groupId": ""
                    }
                ]
            },
            {
                "id": "117",
                "appName": "Girls' Frontline: Fire Control",
                "appIcon": "https://hubstudio-site-test.s3.cn-north-1.amazonaws.com.cn/xxxlllyyy/123/appIcon/aba495ba5611409f857de49d07be26e5.png",
                "packageName": "com.sunborn.net",
                "categoryValue": 0,
                "appVersionList": [
                    {
                        "id": "1983109510426611713",
                        "versionCode": "3101",
                        "versionName": "0.5.1",
                        "installStatus": -1,
                        "groupId": ""
                    }
                ]
            },
            {
                "id": "106",
                "appName": "ROMWE",
                "appIcon": "https://hubstudio-site-test.s3.cn-north-1.amazonaws.com.cn/xxxlllyyy/123/appIcon/a5ccfc77bc2d4f55963eb779008aa75c.png",
                "packageName": "com.romwe",
                "categoryValue": 7,
                "appVersionList": [
                    {
                        "id": "1956286086236688385",
                        "versionCode": "1058",
                        "versionName": "12.7.0",
                        "installStatus": -1,
                        "groupId": ""
                    }
                ]
            },
            {
                "id": "109",
                "appName": "貓咪大戰爭",
                "appIcon": "https://hubstudio-site-test.s3.cn-north-1.amazonaws.com.cn/xxxlllyyy/123/appIcon/1b0a2ef3e4f04f6a8eadb5aeddc6a0f0.png",
                "packageName": "jp.co.ponos.battlecatstw",
                "categoryValue": 0,
                "appVersionList": [
                    {
                        "id": "1956190408831496194",
                        "versionCode": "1405000",
                        "versionName": "14.5.0",
                        "installStatus": -1,
                        "groupId": ""
                    }
                ]
            },
            {
                "id": "20",
                "appName": "WhatsApp",
                "appIcon": "http://wuin.oss-cn-shenzhen.aliyuncs.com/apps/icon/1821817619204227074/836faf63b411b913ece7227cbd4c0ad9.png",
                "packageName": "com.whatsapp",
                "categoryValue": 11,
                "appVersionList": [
                    {
                        "id": "1971062120974745601",
                        "versionCode": "252704002",
                        "versionName": "2.25.27.4",
                        "installStatus": -1,
                        "groupId": ""
                    },
                    {
                        "id": "1965263899673198593",
                        "versionCode": "252501000",
                        "versionName": "2.25.25.1",
                        "installStatus": -1,
                        "groupId": ""
                    },
                    {
                        "id": "1963814363721355265",
                        "versionCode": "252422000",
                        "versionName": "2.25.24.22",
                        "installStatus": -1,
                        "groupId": ""
                    },
                    {
                        "id": "1956566604983324674",
                        "versionCode": "252311006",
                        "versionName": "2.25.23.11",
                        "installStatus": -1,
                        "groupId": ""
                    },
                    {
                        "id": "1956178928543297537",
                        "versionCode": "252306000",
                        "versionName": "2.25.23.6",
                        "installStatus": -1,
                        "groupId": ""
                    },
                    {
                        "id": "1956143815423926274",
                        "versionCode": "252305006",
                        "versionName": "2.25.23.5",
                        "installStatus": -1,
                        "groupId": ""
                    },
                    {
                        "id": "101041954191573274",
                        "versionCode": "242179003",
                        "versionName": "2.24.21.79",
                        "installStatus": -1,
                        "groupId": "-1"
                    },
                    {
                        "id": "101041954191573158",
                        "versionCode": "241922005",
                        "versionName": "2.24.19.22",
                        "installStatus": -1,
                        "groupId": "-1"
                    },
                    {
                        "id": "101041954191573159",
                        "versionCode": "241876004",
                        "versionName": "2.24.18.76",
                        "installStatus": -1,
                        "groupId": ""
                    }
                ]
            },
            {
                "id": "21",
                "appName": "WhatsApp Business",
                "appIcon": "https://hubstudio-site-test.s3.cn-north-1.amazonaws.com.cn/xxxlllyyy/123/appIcon/6ad67c60dffe4b67a0c7c2937e459206.png",
                "packageName": "com.whatsapp.w4b",
                "categoryValue": 1,
                "appVersionList": [
                    {
                        "id": "2008382810841366529",
                        "versionCode": "253776000",
                        "versionName": "2.25.37.76",
                        "installStatus": -1,
                        "groupId": ""
                    },
                    {
                        "id": "1924789682024656898",
                        "versionCode": "251608003",
                        "versionName": "2.25.16.8",
                        "installStatus": -1,
                        "groupId": ""
                    }
                ]
            },
            {
                "id": "22",
                "appName": "X",
                "appIcon": "https://hubstudio-site-test.s3.cn-north-1.amazonaws.com.cn/xxxlllyyy/123/appIcon/2ffb9184c22f421eadb53a8ad9bf070a.png",
                "packageName": "com.twitter.android",
                "categoryValue": 2,
                "appVersionList": [
                    {
                        "id": "1970699722048638978",
                        "versionCode": "311240101",
                        "versionName": "11.24.0-beta.1",
                        "installStatus": -1,
                        "groupId": ""
                    },
                    {
                        "id": "1964539128568455170",
                        "versionCode": "311200101",
                        "versionName": "11.20.0-beta.1",
                        "installStatus": -1,
                        "groupId": ""
                    },
                    {
                        "id": "1963089575440678913",
                        "versionCode": "311180101",
                        "versionName": "11.18.0-beta.1",
                        "installStatus": -1,
                        "groupId": ""
                    },
                    {
                        "id": "1955916093204549633",
                        "versionCode": "311110104",
                        "versionName": "11.11.0-beta.4",
                        "installStatus": -1,
                        "groupId": ""
                    },
                    {
                        "id": "101041954191573157",
                        "versionCode": "310490000",
                        "versionName": "10.49.0-release.0",
                        "installStatus": -1,
                        "groupId": "-1"
                    }
                ]
            },
            {
                "id": "5",
                "appName": "Facebook",
                "appIcon": "https://hubstudio-site-test.s3.cn-north-1.amazonaws.com.cn/xxxlllyyy/123/appIcon/e8f02a65a77e4b8e97ecb1787a726ed4.png",
                "packageName": "com.facebook.katana",
                "categoryValue": 11,
                "appVersionList": [
                    {
                        "id": "1969250168996741121",
                        "versionCode": "465218036",
                        "versionName": "531.0.0.47.70",
                        "installStatus": -1,
                        "groupId": ""
                    },
                    {
                        "id": "1967075851450011649",
                        "versionCode": "465017258",
                        "versionName": "530.0.0.48.74",
                        "installStatus": -1,
                        "groupId": ""
                    },
                    {
                        "id": "1963814361099915266",
                        "versionCode": "464816426",
                        "versionName": "529.0.0.44.73",
                        "installStatus": -1,
                        "groupId": ""
                    },
                    {
                        "id": "1962002412233949186",
                        "versionCode": "464618862",
                        "versionName": "528.0.0.62.74",
                        "installStatus": -1,
                        "groupId": ""
                    },
                    {
                        "id": "1953632831853572098",
                        "versionCode": "463813471",
                        "versionName": "524.0.0.52.44",
                        "installStatus": -1,
                        "groupId": ""
                    },
                    {
                        "id": "1950803111650885634",
                        "versionCode": "463615101",
                        "versionName": "523.0.0.39.61",
                        "installStatus": -1,
                        "groupId": ""
                    },
                    {
                        "id": "1956293035581853698",
                        "versionCode": "458034702",
                        "versionName": "495.0.0.45.201",
                        "installStatus": -1,
                        "groupId": ""
                    },
                    {
                        "id": "101041954191573293",
                        "versionCode": "457006754",
                        "versionName": "490.0.0.0.49",
                        "installStatus": -1,
                        "groupId": "-1"
                    },
                    {
                        "id": "101041954191573194",
                        "versionCode": "455016331",
                        "versionName": "480.0.0.54.88",
                        "installStatus": -1,
                        "groupId": "-1"
                    },
                    {
                        "id": "101041954191573298",
                        "versionCode": "454415720",
                        "versionName": "476.0.0.49.74",
                        "installStatus": -1,
                        "groupId": "-1"
                    },
                    {
                        "id": "101041954191573150",
                        "versionCode": "453204196",
                        "versionName": "471.0.0.0.42",
                        "installStatus": -1,
                        "groupId": "-1"
                    },
                    {
                        "id": "101041954191573149",
                        "versionCode": "452812439",
                        "versionName": "469.0.0.39.80",
                        "installStatus": -1,
                        "groupId": "-1"
                    },
                    {
                        "id": "101041954191573126",
                        "versionCode": "452615712",
                        "versionName": "468.1.0.56.78",
                        "installStatus": -1,
                        "groupId": "-1"
                    }
                ]
            },
            {
                "id": "69",
                "appName": "AliExpress",
                "appIcon": "http://wuin.oss-cn-shenzhen.aliyuncs.com/apps/icon/1821817619204227074/795f12054c00bc49d0bbaea8f92d8d87.png",
                "packageName": "com.alibaba.aliexpresshd",
                "categoryValue": 7,
                "appVersionList": [
                    {
                        "id": "1969250175229476865",
                        "versionCode": "80005675",
                        "versionName": "8.142.2",
                        "installStatus": -1,
                        "groupId": ""
                    },
                    {
                        "id": "1965626292307726338",
                        "versionCode": "80005656",
                        "versionName": "8.141.2",
                        "installStatus": -1,
                        "groupId": ""
                    },
                    {
                        "id": "1956143820792754178",
                        "versionCode": "80005636",
                        "versionName": "8.138.2",
                        "installStatus": -1,
                        "groupId": ""
                    },
                    {
                        "id": "101041954191573199",
                        "versionCode": "80004068",
                        "versionName": "8.101.6",
                        "installStatus": -1,
                        "groupId": ""
                    }
                ]
            },
            {
                "id": "67",
                "appName": "Alibaba.com",
                "appIcon": "http://wuin-cc.oss-cn-shenzhen.aliyuncs.com/apps/icon/1821817619204227074/ee58a3f10e22d8d89bb1435414cbec76.png",
                "packageName": "com.alibaba.intl.android.apps.poseidon",
                "categoryValue": 7,
                "appVersionList": [
                    {
                        "id": "101041954191573255",
                        "versionCode": "86301",
                        "versionName": "8.63.1",
                        "installStatus": -1,
                        "groupId": "-1"
                    },
                    {
                        "id": "101041954191573215",
                        "versionCode": "86201",
                        "versionName": "8.62.1",
                        "installStatus": -1,
                        "groupId": "-1"
                    },
                    {
                        "id": "101041954191573214",
                        "versionCode": "86200",
                        "versionName": "8.62.0",
                        "installStatus": -1,
                        "groupId": "-1"
                    },
                    {
                        "id": "101041954191573218",
                        "versionCode": "85900",
                        "versionName": "8.59.0",
                        "installStatus": -1,
                        "groupId": "-1"
                    },
                    {
                        "id": "101041954191573208",
                        "versionCode": "73700",
                        "versionName": "7.37.0",
                        "installStatus": -1,
                        "groupId": "-1"
                    }
                ]
            }
        ],
        "total": 10,
        "size": 10,
        "current": 1,
        "orders": [],
        "optimizeCountSql": true,
        "hitCount": false,
        "countId": null,
        "maxLimit": null,
        "searchCount": true,
        "pages": 1
    }
}
修改于 2026-03-04 08:36:26
上一页
浏览器窗口自定义排列
下一页
已安装应用列表查询
Built with