文档
测试

店家登录

POST
http://localhost:8080/store/loginByAccountAndPassword

请求参数

参数名
类型
描述
必填
phone
string
示例:123
必填
password
string
示例:321
必填

响应参数

参数名
类型
描述
必填
code
string
示例:200
必填
msg
string
示例:登录成功
必填
data
object
数据字典
必填
id
int
示例:1
必填
name
string
示例:1
必填
address
string
示例:1
必填
userCount
int
示例:2
必填
phone
string
示例:123
必填
state
int
示例:1
必填
money
int
示例:10
必填
orderCount
int
示例:3
必填
userMoney
int
示例:1
必填
orderMoney
int
示例:1
必填
inviteCode
string
示例:231321321
必填