2. 登陆
POST
/login/receptionLogin
请求参数
参数名
类型
描述
必填
account
string
账号(判空,不能为空)
必填
password
string
密码(判空,不能为空)
必填
imageCode
string
用户输入的验证码(判空,不能为空)
必填
imageCodeKey
string
图片验证码秘钥(判空,不能为空)
必填
roleAid
integer
角色id(判空,不能为空)
必填