获取账号
GET
/v1/accounts请求参数
Query 参数
accountTypeId
integer
可选
示例值:
1
number
number
可选
示例值:
1
expireTimeSeconds
number
可选
单位秒,,默认 30 秒
示例值:
10
Header 参数
beeize-api-token
string
可选
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
array [object {11}]
必需
id
string
可选
serviceId
string
可选
accountTypeId
integer
可选
account
string
可选
email
string
可选
password
string
可选
cookie
string
可选
accountStatus
string
可选
cookieStatus
string
可选
createAt
string
可选
updateAt
string
可选
示例
{
"code": 0,
"msg": "",
"data": [
{
"id": "10",
"serviceId": "qm5ynbclhmcrgpgo0",
"accountTypeId": 1,
"account": "lisi",
"email": "lisi@qq.com",
"password": "lisi@qq.com",
"cookie": "_c_WBKFRo=s3dIaoNVn4Trc0FvvPUxRhPKPZhgOtkpiFCLRq65;_ga=GA1.1.1508536863.1726416119",
"accountStatus": "ENABLE",
"cookieStatus": "USING",
"createAt": "2024-11-04 16:33:28",
"updateAt": "2024-11-04 16:40:52"
}
]
}
最后修改时间: 19 天前