1️⃣ 用户登录
POST
http://localhost:8083/userLogin
请求头
参数名
类型
描述
必填
Content-Type
string
application/x-www-form-urlencoded
必填
Authorization
string
null
必填
请求参数
application/x-www-form-urlencoded参数名
类型
描述
必填
username
string
admin
必填
password
string
123456
必填