版本管理
通过蒲公英 API 1.0 获取 App 所有历史版本的旧版接口说明。
本页为 API 1.0 旧版接口,仅供历史项目维护参考。新接入项目请优先使用 API 2.0 版本管理。
获取 App 所有版本
POST
http://api.pgyer.com/apiv1/app/builds请求参数
| 参数 | 类型 | 说明 |
|---|---|---|
| aId | String | App Id |
| page | Integer | 历史版本分页页数 |
| _api_key | String | API Key |
返回数据
| 返回参数 | 类型 | 说明 |
|---|---|---|
| appKey | String | 返回应用最新 build 的 App Key |
| appType | Integer | 应用类型(1:iOS;2:Android) |
| appFileSize | Integer | App 文件大小 |
| appName | String | 应用名称 |
| appVersion | String | 版本号 |
| appVersionNo | Integer | 适用于 Android 的版本编号,iOS 始终为 0 |
| appBuildVersion | Integer | 蒲公英生成的用于区分历史版本的 build 号 |
| appIdentifier | String | 应用程序包名,iOS 为 Bundle ID,Android 为包名 |
| appIcon | String | 应用的 Icon 图标 Key,访问地址为 https://www.pgyer.com/image/view/app_icons/[应用的 Icon 图标 Key] |
| appCreated | String | 应用上传时间 |