更新账号信息
测试中PUT
/v1/accounts_pool/{id}请求参数
Path 参数
id
string
账号 Id
Body 参数application/json
serviceId
string
必需
accountTypeId
integer
必需
account
string
必需
email
string
必需
password
string
必需
cookie
string
必需
accountStatus
string
必需
cookieStatus
string
必需
示例
{
"account_type_name": "推特",
"account_type_id": "123456",
"account": "zhangsan",
"email": "zhangsan@qq.com",
"password": "zhangsan@qq.com",
"cookie": "",
"account_status": 1,
"type": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{
"code": 0,
"msg": "",
"data": {
"id": "6",
"serviceId": "qm5ynbclhmcrgpgo0",
"accountTypeId": 1,
"account": "zhangsna",
"email": "zhangsna@qq.com",
"password": "zhangsna@qq.com",
"cookie": "_11111",
"accountStatus": "ENABLE",
"cookieStatus": "IDLE",
"createAt": "2024-11-01 10:19:29",
"updateAt": "2024-11-01 10:39:00"
}
}
最后修改时间: 3 个月前