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
周少峰
2016-10-19 20:38:35 +0800
Commit
a3cb71a6f3aafa28ad89d0854b87704c64cb16f6
1 parent
305be987
list api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/search-api.js
apps/product/models/search-api.js
View file @
a3cb71a
...
...
@@ -166,7 +166,7 @@ const getSortAds = (params) => {
};
Object
.
assign
(
finalParams
,
params
);
return
yohoA
pi
.
get
(
''
,
finalParams
);
return
a
pi
.
get
(
''
,
finalParams
);
};
/**
...
...
Please
register
or
login
to post a comment