Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
互联网应用开发
wiki-php
Wiki
find psw
find psw
· Changes
Page history
yaok created page: find psw
authored
Apr 19, 2017
by
姚坤
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
find-psw.md
find-psw.md
+33
-0
No files found.
find-psw.md
View page @
09bcad37
...
@@ -116,6 +116,39 @@ data: [ ]
...
@@ -116,6 +116,39 @@ data: [ ]
}
}
```
```
#### 点击下一步校验手机验证码接口地址
```
/pcuser-find-password
```
#### 传参
|传参|说明|是否必填|
|:---|:---|:---|
|action|接口名:chech_phone_code|是|
|phone|手机号|是|
|code|手机验证码|是|
#### 返回值
```
javascript
正确返回
:
{
status
:
0
,
message
:
"
您的密码已经更改!
"
,
data
:
[
'
phone
'
=>
?
,
'
code
'
=>
?
,
'
uid
'
=>
?
]
}
错误返回
:
{
status
:
15010
message
:
"
验证码错误!
"
,
data
:
[
]
}
{
status
:
15011
message
:
"
验证码过期!
"
,
data
:
[
]
}
```
#### 手机号找回密码接口地址
#### 手机号找回密码接口地址
```
```
/pcuser-find-password
/pcuser-find-password
...
...