文档
测试

客户登录

POST
http://localhost:88/api/authserver/aw-auth-server/auth/login

请求头

参数名
类型
描述
必填
Content-Type
string
示例:application/json
可选

请求参数

参数名
类型
描述
必填
account
string
示例:12156166789
必填
password
string
示例:123456
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填
data
object
数据字典
必填
id
int
示例:1
必填
customerAccount
string
示例:123456789
必填