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
9 years ago
Commit
e9282b11c43c5e3f29d19811d94eff6c8122066e
1 parent
a8ec7a20
master
...
baidu_ocpcapi
develop
feature/canbuy
feature/channelDataMap
feature/company-profile
feature/contact
feature/detail-link
feature/home-optimize
feature/overseas-edition
feature/payment
feature/pcurl
feature/reduce
feature/refactor_alert
feature/shoppingPay
feature/virtualOrder
hotfix/11
hotfix/cart
hotfix/changeappversion
hotfix/gift
hotfix/im
hotfix/link
hotfix/ocpc
hotfix/shop
hotfix/upload
hotfix/yohobi
release/6.9.0
release/6.9.2
2019-12-5
all
add mobile
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
apps/passport/router.js
apps/passport/router.js
View file @
e9282b1
...
...
@@ -32,7 +32,8 @@ router.post('/back/authcode',
// 提交按钮邮件API
router
.
post
(
'/back/email'
,
//Captcha.requiredPage,
// Captcha.requiredPage,
Back
.
validateUserPage
,
Back
.
sendCodePage
,
Back
.
saveInSession
);
...
...
@@ -58,18 +59,21 @@ router.get('/back/sendEmail',
*/
// 验证手机短信页面
router
.
get
(
'/back/verification'
,
// Back.validateMobileInSession,
// Captcha.requiredPage,
Back
.
verifyCodeByMobilePage
);
// 重新发送短信接口
router
.
post
(
'/back/sendBackMobile'
,
// Captcha.requiredAPI,
Back
.
validateMobileAPI
,
Back
.
sendBackMobileAPI
);
// 验证手机验证码接口
router
.
post
(
'/back/backMobile'
,
// Captcha.requiredAPI,
Back
.
verifyCodeByMobileAPI
);
...
...
Please
register
or
login
to post a comment