平台账号登录

Request Method: POST

// post 请求
https://start.unionproxy.xyz/ip/login

Body:

參數名稱
參數類型
是否必須
示例
備註

username

string

必須

xxxx

用户名

password

string

必須

xxxx

密码

//返回
{
    "msg": "操作成功",
    "code": 200,
    "token": "CI8E5w..............."
}

Last updated