查询虚商下的终端客户uid列表。
接口说明
系统会根据请求的 aksk 查询其下的关联的终端客户 uid 列表
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|
当前API无需请求参数
返回参数
示例
正常返回示例
JSON
格式
{
"Code": "200",
"Message": "Successful!",
"RequestId": "79EE7556-0CFD-44EB-9CD6-B3B526E3A85F",
"Success": true,
"Data": {
"UidList": [
"6210322125051645960"
]
}
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | NotAuthorized | This API is not authorized for caller. | - |
401 | VnoNoDataError | There is no data by this request. | - |
402 | NotFoundRamAction | Not found ramAction for apiActon: GetCustomerList | - |
500 | InternalError | The request processing has failed due to some unknown error. | 内部服务器错误。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史