文档
测试

商家登录

POST
/store/Store/storeLogin

接口描述

商家登录

请求参数

参数名
类型
描述
必填
mobile
int
手机号码
必填
password
string
密码
必填
code
int
验证码
必填
os_type
string
设备类型
必填
jpush_id
int
推送ID
必填

响应参数

参数名
类型
描述
必填
store_id
int
商户ID
必填
avatar
string
头像
必填
nick_name
string
昵称
必填
mobile
int
手机号码
必填
invite_code
string
邀请码
必填
os_type
string
设备类型
必填
access_token
必填
access_expire
必填
refresh_token
必填
refresh_expire
必填

说明 / 示例

{ "data": { "store_id": 1, "nick_name": "西伯利亚雪橇犬", "avatar": "https://data.o4pets.com/uploads/image/pet_breed/hashiqi.jpg", "mobile": "", ......... }, "timestamp": 1605866583280, "status": 1, "info": "" }