Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
7 years ago
Commit
7f43c377871795a03d22ccc16ad0bfb3be1a9875
1 parent
9a44a205
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
apps/passport/models/back-api.js
apps/passport/models/back-api.js
View file @
7f43c37
...
...
@@ -45,11 +45,14 @@ module.exports = class extends global.yoho.BaseModel {
*
* @param string mail 邮箱地址
*/
sendCodeToEmailAsync
(
email
)
{
sendCodeToEmailAsync
(
email
,
unused
,
id
,
captcha
)
{
// eslint-disable-line
return
this
.
get
({
data
:
{
method
:
'app.register.backpwdByEmail'
,
email
:
email
email
:
email
,
udid
:
id
,
fromPage
:
PAGE
,
degrees
:
captcha
}
});
}
...
...
Please
register
or
login
to post a comment