接口请求域名: tcsas.intl.tencentcloudapi.com 。
查询小游戏可调用敏感API列表
默认接口请求频率限制:20次/秒。
以下请求参数列表仅列出了接口请求参数和部分公共参数,完整公共参数列表见 公共请求参数。
| 参数名称 | 必选 | 类型 | 描述 |
|---|---|---|---|
| Action | 是 | String | 公共参数,本接口取值:DescribeMNGSensitiveAPIPermissionList。 |
| Version | 是 | String | 公共参数,本接口取值:2025-01-06。 |
| Region | 是 | String | 公共参数,详见产品支持的 地域列表。 |
| Offset | 是 | Integer | 分页的偏移量 |
| Limit | 是 | Integer | 分页的条数 |
| MNPId | 是 | String | 小游戏ID |
| PlatformId | 是 | String | 平台ID |
| ApplicationId | 否 | String | 应用ID |
| Keyword | 否 | String | 查询关键字(接口名称) |
| 参数名称 | 类型 | 描述 |
|---|---|---|
| Data | DescribeMNGSensitiveAPIPermissionListResp | 响应参数 |
| RequestId | String | 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 |
POST / HTTP/1.1
Host: tcsas.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeMNGSensitiveAPIPermissionList
<公共请求参数>
{
"Offset": 0,
"Limit": 10,
"MNPId": "mgklm9ya2xhyxjie",
"PlatformId": "T04914TJ0911724TSAK",
"ApplicationId": "app-3la908yesg",
"Keyword": "get"
}
{
"Response": {
"Data": {
"DataList": [
{
"APIApplyStatus": 0,
"APIDesc": "Supports the return of mock data to obtain the superapp user's phone number",
"APIId": "api-cmu4uj76cxxp",
"APIMethod": "getPhoneNumber",
"APIName": "getPhoneNumber",
"APIStatus": 0,
"APIType": 0,
"ApplicationIcon": "https://tcmpp-dev-renter-1258344699.cos.ap-guangzhou.tencentcos.cn/86b212ae38ee4c24941ae008a2c228e6.png",
"ApplicationId": "app-3la908yesg",
"ApplicationName": "SuperApp",
"ApprovalNo": "AN12057199F8A4208177433CF07C8",
"RejectReason": "reject"
}
],
"TotalCount": 2
},
"RequestId": "d0f7ab33-3bcd-43a8-ac85-c3bb0bfc8e40"
}
}
云 API 3.0 提供了配套的开发工具集(SDK),支持多种编程语言,能更方便的调用 API。
以下仅列出了接口业务逻辑相关的错误码,其他错误码详见 公共错误码。
| 错误码 | 描述 |
|---|---|
| FailedOperation.PackageAlreadyExpired | FailedOperation.PackageAlreadyExpired |
| InvalidParameterValue.InvalidMNPId | InvalidParameterValue.InvalidMNPId |
文档反馈