动态 更新代理账号
POST
/api/v1/resi/account/update
Request
Body Params application/json
id
integer | null
required
password
string | null
optional
Match pattern:
^[a-z|A-Z|\d]{6,15}$
limitFlow
integer | null
optional
>= 0
status
integer | null
optional
remark
string | null
optional
Example
{
"id": 0,
"password": "string",
"limitFlow": 0,
"status": 0,
"remark": "string"
}
Responses
🟢200成功
application/json
Body
msg
string | null
optional
code
integer | null
optional
data
array [object {9}] | null
optional
id
integer | null
optional
resiId
integer | null
optional
account
string | null
optional
password
string | null
optional
limitFlow
integer | null
optional
status
integer | null
optional
remark
string | null
optional
totalUsed
number | null
optional
createTime
string | null
optional
Example
{
"msg": "",
"code": 0,
"data": {}
}
Modified at 2024-04-22 01:56:26