新增子账号

新增子账号

POST /PublicApi/SubProxyKey/Add

<Description of the endpoint>

Headers

Name
Value

Content-Type

application/json

Query

Name
Type
Description

secret

string

来自于用户的s-secret

Body

Name
Type
Description

genkey

string

子用户名

password

number

子用户密码

status

int

状态

limited

int

流量限制,0代表无限流量

mealType

int

1 动态国家 2动态城市

Response

{
  "message": "string",
  "code": 200
}

Last updated