查询应用详细信息
agc_get_app_infoRetrieve AppGallery Connect app info: basic details, localized descriptions, review feedback, and staged release status. Check app data for Android and HarmonyOS.
Instructions
查询应用基本信息、各语言描述、审核意见、分阶段发布信息等。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | 语言,如 zh-CN、en-US;不传返回全部语言 | |
| appId | Yes | ||
| platform | Yes | 应用平台:harmonyos = HarmonyOS 5 及以上应用/元服务(v3 接口);android = Android 及 HarmonyOS 4 及以下(v2 接口) | |
| versionId | No | HarmonyOS 版本 ID(releaseType=6 时必填) | |
| releaseType | No | 发布方式:1 全网(默认);HarmonyOS 可用 6 = 测试发布(需配合 versionId);Android 可用 3 = 分阶段 |