Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
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
weiqingting
9 years ago
Commit
1eda541c2f529b5dd9cc1235780cd9b34b7df3b3
1 parent
4cf47f5a
搜索接口修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
server/stub/service/yohosearch.js
server/stub/service/yohosearch.js
View file @
1eda541
...
...
@@ -4,7 +4,7 @@ var fs = require('fs');
var
searchDomain
=
require
(
'../../config/common.js'
).
yohoSearch
;
exports
.
brandlist
=
function
(
req
,
res
)
{
request
.
get
(
searchDomain
+
"/brand
/list
.json?status=1"
).
pipe
(
res
);
request
.
get
(
searchDomain
+
"/brand
s
.json?status=1"
).
pipe
(
res
);
};
exports
.
search
=
function
(
req
,
res
)
{
...
...
Please
register
or
login
to post a comment