接口请求域名: tcsas.intl.tencentcloudapi.com 。
查询小程序类型列表
默认接口请求频率限制:20次/秒。
以下请求参数列表仅列出了接口请求参数和部分公共参数,完整公共参数列表见 公共请求参数。
| 参数名称 | 必选 | 类型 | 描述 |
|---|---|---|---|
| Action | 是 | String | 公共参数,本接口取值:DescribeMNPCategory。 |
| Version | 是 | String | 公共参数,本接口取值:2025-01-06。 |
| Region | 是 | String | 公共参数,详见产品支持的 地域列表。 |
| PlatformId | 是 | String | 平台ID |
| 参数名称 | 类型 | 描述 |
|---|---|---|
| Data | Array of MNPTypeDefine | 响应数据 注意:此字段可能返回 null,表示取不到有效值。 |
| RequestId | String | 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 |
POST / HTTP/1.1
Host: tcsas.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeMNPCategory
<公共请求参数>
{
"PlatformId": "T04257DS9431720WTAG"
}
{
"Response": {
"Data": [
{
"TypeId": 10000,
"TypeName": "Logistics Services",
"CreateTime": 1719991302,
"CreateUser": "admin",
"IsSystem": true,
"TypeValue": [
"1_Pickup/Delivery",
"2_Search",
"10_Postal Service",
"11_Loading and unloading",
"12_Warehousing",
"13_Express Locker",
"14_Cargo Transportation"
]
},
{
"TypeId": 10001,
"TypeName": "Education Services",
"CreateTime": 1719991302,
"CreateUser": "admin",
"IsSystem": true,
"TypeValue": [
"4_Driving School Training",
"15_Academic Education (Training Institutions)",
"16_Academic Education (Schools)",
"18_Driving School Platform",
"19_Education Platform",
"20_Quality Education",
"21_Infant and Toddler Education",
"22_Educational Equipment",
"23_Study Abroad",
"24_Special Populations Education",
"25_Online Video Courses",
"307_Online Education"
]
}
],
"RequestId": "d1d8f191-f4a4-4f72-a358-1634f13bd1e1"
}
}
云 API 3.0 提供了配套的开发工具集(SDK),支持多种编程语言,能更方便的调用 API。
以下仅列出了接口业务逻辑相关的错误码,其他错误码详见 公共错误码。
| 错误码 | 描述 |
|---|---|
| FailedOperation.PackageAlreadyExpired | FailedOperation.PackageAlreadyExpired |
文档反馈