编辑子账号
新增子账号
子POST /PublicApi/SubProxyKey/Update
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Query
Name
Type
Description
secret
string
来自于用户的s-secret
Body
Name
Type
Description
password
number
子用户密码
status
int
状态
limited
int
流量限制,0代表无限流量
id
int
要编辑的ID
Response
{
"message": "string",
"code": 200
}{
"message": "string",
"code": 500
}Last updated