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
yyq
2018-01-25 16:53:07 +0800
Commit
086d3743ed30fc41e47ba7a4b96d1d343609cdb9
1 parent
a17566c1
change img url
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/passport/models/captcha-api.js
apps/passport/models/captcha-api.js
View file @
086d374
...
...
@@ -27,7 +27,7 @@ module.exports = class extends global.yoho.BaseModel {
return
Promise
.
resolve
({
code
:
200
,
data
:
{
url
:
`
$
{
apiUrl
}
passport
/
img
-
check
.
jpg
?
$
{
qsstr
}
`
url
:
`
$
{
apiUrl
}
passport
/
img
-
check
?
$
{
qsstr
}
`
}
});
}
else
{
...
...
Please
register
or
login
to post a comment