获取成员列表
获取所有和此帐户相关联的主帐号与子帐号数据。
【最大请求频率:10次/分钟】
Path:/members
Method:POST
Content-Type:application/json
请求参数
参数名称 | 类型 | 必传 | 样例串/默认值 | 说明 |
Account | string | 是 | test01@qq.com | 用户凭证 Account |
请求示例
{
"Account": "test01@qq.com"
}
返回参数
{
"msg": "Success",
"status": 0,
"data": "test01@qq.com:0",
"account_expire_date": "2023-07-26 18:46:48",
"account_reg_date": "2020-07-29 15:13:28"
}
0
表示主帐户,1
表示子帐户