平台账号登录
// post 请求
https://start.unionproxy.xyz/ip/login參數名稱
參數類型
是否必須
示例
備註
//返回
{
"msg": "操作成功",
"code": 200,
"token": "CI8E5w..............."
}Last updated
Request Method: POST
// post 请求
https://start.unionproxy.xyz/ip/loginBody:
username
string
必須
xxxx
用户名
password
string
必須
xxxx
密码
//返回
{
"msg": "操作成功",
"code": 200,
"token": "CI8E5w..............."
}Last updated