Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
7 years ago
Commit
7d2a11c8665f569da68a0753bc35c3445b1b5331
1 parent
f568aff7
message
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/passport/controllers/sms.js
apps/passport/controllers/sms.js
View file @
7d2a11c
...
...
@@ -236,7 +236,7 @@ class SmsLogin {
if
(
r2
.
data
.
is_pass
!==
'Y'
)
{
res
.
json
({
code
:
401
,
message
:
VERIFY_ERROR
message
:
'短信验证码错误'
});
return
;
...
...
Please
register
or
login
to post a comment