文档
测试

登录/手机验证码登录

POST
/owner/login/loginMessage

请求参数

参数名
类型
描述
必填
cellphone
String
手机号
必填
message
String
验证码
必填

响应参数

参数名
类型
描述
必填
code
int
200正确 500错误
必填
msg
String
返回信息 您的店铺还没有通过审核
必填

说明 / 示例

//用户还没有注册商铺 { "msg": "您还未注册店铺", "code": 200, "expire": 43200, "ownerId": "1406833474727448576", "token": "c1c1d5997761f64ca21f5c57508ee6ee" } //用户已经开店 { "msg": "success", "code": 200, "expire": 43200, "token": "3e651ad2d45cd560e056677f0540878e", "shopDetails": { "shopId": "1406519712036294656", "shopName": "小凡子铺子", "score": 0, "salesAll": 0, "salesMonth": 0, "shopStatus": 1, "headUrl": "https://img13.360buyimg.com/n5/jfs/t22429/207/1285610302/488557/54d3ff0c/5b585272N8bf3869c.jpg", "mainTypeId": 1, "ownerId": "1404429168841723904", "createTime": "2021-06-20 00:00:00", "onlineTime": "暂时没有设定营业时间", "full": 30, "shopInfo": "暂时无详情信息", "shopPhone": "15880315318", "secondTypeId": 2, "shopAddress": "福州市鼓楼区杨桥西路241号", "shopMarket": "洪山桥农贸市场", "topUrlList": [ "https://img13.360buyimg.com/n5/jfs/t2650/25/4128327351/143441/5f99e4f7/57ac2ee2Nb64342bb.jpg" ], "cellphone": "15880315318", "ownerName": "李凡" } }