文档
测试
POST
http://localhost:8080/user/loginByPassword

请求参数

application/json
参数名
类型
描述
必填
phone
string
示例:17379784761
必填
password
string
示例:1
必填

响应参数

参数名
类型
描述
必填
code
string
示例:200
必填
msg
string
示例:登录成功
必填
data
object
数据字典
必填
id
int
id
必填
phone
string
电话号码
必填
money
int
余额
必填
state
int
状态 0正常 1非法
必填
data
string
最后一次操作时间
必填