GetAccountInfo
描述
获取账户详情
请求参数
无
响应参数
参数 |
类型 |
描述 |
ErrorCode |
int |
错误码 |
Message |
String |
错误信息 |
Success |
boolean |
请求状态 |
RequestId |
String |
请求Id |
AccountInfo |
Struct |
账户详情,参考结构AccountInfo |
结构AccountInfo
参数 |
类型 |
描述 |
AccountApplicationNumber |
Long |
已同步用户数 |
AccountApplicationMax |
Long |
最大可同步用户数 |
AccountConcurrentMax |
Long |
最大有效并发数 |
返回示例
{
"Message": "请求成功",
"RequestId": "3DE253F9-F91B-481A-8DEC-8B554CFBAFCD",
"ErrorCode": 0,
"Success": true,
"AccountInfo": {
"AccountApplicationNumber": 10,
"AccountApplicationMax": 100,
"AccountConcurrentMax": 10
}
}