文档
测试

注册忘记密码

POST
/store/Store/storeRegister

接口描述

注册忘记密码

请求参数

参数名
类型
描述
必填
mobile
int
手机号码
必填
password
string
密码
必填
password_confirm
string
再次输入密码
必填
code
int
验证码
必填
os_type
string
设备类型
必填
jpush_id
int
推送ID
必填
type
int
1-注册 3 -找回密码
必填

响应参数

参数名
类型
描述
必填
store_id
int
商家ID
必填
avatar
string
头像
必填
nick_name
string
昵称
必填
mobile
int
手机号码
必填
invite_code
邀请码
必填
os_type
设备类型
必填
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": "" }