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
29 additions
and
0 deletions
+29
-0
find-psw.md
find-psw.md
+29
-0
No files found.
find-psw.md
View page @
0a42b0d7
...
@@ -23,3 +23,32 @@ message: "该用户不存在!",
...
@@ -23,3 +23,32 @@ message: "该用户不存在!",
data
:
[
]
data
:
[
]
}
}
```
```
#### 发送邮件找回密码地址
```
//pcuser-find-password
```
#### 传参
|传参|说明|是否必填|
|:---|:---|:---|
|action|接口名:find_password_send_email|是|
|email|邮箱名称|是|
#### 返回值
```
javascript
正确返回
:
{
status
:
0
,
message
:
"
邮件已发送,请登入邮箱激活!
"
,
data
:
[
]
}
错误返回
:
{
status
:
15009
,
message
:
"
邮箱格式不对!
"
,
data
:
[
]
}
status
:
15010
,
message
:
"
没有找到该用户!
"
,
data
:
[
]
}
```
\ No newline at end of file