获取闪信配置列表。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| InstanceId |
string |
否 |
实例 ID |
4f9a8e2b-6c1d-4a7e-9b3f-2d5c8a1e7b04 |
| PageNumber |
integer |
否 |
页码,从 1 开始 |
1 |
| PageSize |
integer |
否 |
每页记录数 |
20 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
Schema of Response |
||
| RequestId |
string |
请求 ID |
4f9a8e2b-6c1d-4a7e-9b3f-2d5c8a1e7b04 |
| Code |
string |
返回码 |
OK |
| HttpStatusCode |
integer |
HTTP 状态码 |
200 |
| Message |
string |
错误信息 |
Instance does not exist. Instance=outb001 |
| Data |
object |
返回数据 |
|
| TotalCount |
integer |
符合条件的记录总数 |
0 |
| PageNumber |
integer |
页码,从 1 开始 |
1 |
| PageSize |
integer |
每页记录数 |
20 |
| FlashSmsAccessProfiles |
array<object> |
数据列表 |
|
|
object |
|||
| CreatedTime |
integer |
创建时间,毫秒级时间戳 |
1735660800000 |
| UpdatedTime |
integer |
更新时间,毫秒级时间戳 |
1735660800000 |
| AccessProfileId |
string |
闪信配置 ID |
4f9a8e2b-6c1d-4a7e-9b3f-2d5c8a1e7b04 |
| ProviderId |
string |
供应商 ID |
Uincall |
| ProviderName |
string |
供应商名称 |
北京优音通信有限公司 |
| AccessProfile |
string |
供应商配置信息 |
{"apiId":"100235","apiKey":"3aRsPrTsDG3OPNq5","aesKey":"TQChVEAabhaNp2AB","capAppId":"300012117547"} |
| Success |
boolean |
是否调用成功 |
true |
| Params |
array |
错误信息中的变量值列表 |
|
|
string |
错误信息中的变量值 |
4f9a8e2b-6c1d-4a7e-9b3f-2d5c8a1e7b04 |
示例
正常返回示例
JSON格式
{
"RequestId": "4f9a8e2b-6c1d-4a7e-9b3f-2d5c8a1e7b04",
"Code": "OK",
"HttpStatusCode": 200,
"Message": "Instance does not exist. Instance=outb001",
"Data": {
"TotalCount": 0,
"PageNumber": 1,
"PageSize": 20,
"FlashSmsAccessProfiles": [
{
"CreatedTime": 1735660800000,
"UpdatedTime": 1735660800000,
"AccessProfileId": "4f9a8e2b-6c1d-4a7e-9b3f-2d5c8a1e7b04",
"ProviderId": "Uincall",
"ProviderName": "北京优音通信有限公司",
"AccessProfile": "{\"apiId\":\"100235\",\"apiKey\":\"3aRsPrTsDG3OPNq5\",\"aesKey\":\"TQChVEAabhaNp2AB\",\"capAppId\":\"300012117547\"}"
}
]
},
"Success": true,
"Params": [
"4f9a8e2b-6c1d-4a7e-9b3f-2d5c8a1e7b04"
]
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。