登录

例,请求 http://www.valueclouds.com/ppr/web/login/login

请求方式:POST

请求数据类型:application/json

参数名称 参数说明 请求类型 必选 数据类型
checkCode 验证码 body string
secret body string
smsNumber 短信签名 body string
sourceSecret body string
sourceToken body string
userEmail 邮箱 body string
userPhone 手机 body string
account 账号 body String
password 密码 body String
project 项目名称 body String

响应

参数 描述 类型 必选
code 业务返回码 integer(int32)
data 响应实体 LoginVO
account string
secret string
token string
userId integer(int64)
errorMessage string
message 业务返回提示信息 string
success boolean

响应示例:

{
    "code": 0,
    "data": {
        "account": "",
        "secret": "",
        "token": "",
        "userId": 0
    },
    "errorMessage": "",
    "message": "",
    "success": true
}

results matching ""

    No results matching ""