獲取成員列錶

  • 獲取所有和此帳戶相關聯的主帳號與子帳號數據。

  • 【最大請求頻率: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 錶示子帳戶

使用POSTMAN調試此接口