Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
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
zhangwenxue
2019-10-09 15:35:48 +0800
Commit
f04b3f3aa8c364362fb297c92c9c4074e9efc4c1
1 parent
1b8041cb
fix: add missing commit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
config/product-api-map.js
config/product-api-map.js
View file @
f04b3f3
...
...
@@ -12,10 +12,10 @@ module.exports = {
// 查询是否收藏
'/api/ufo/product/fav'
:
{
ufo
:
true
,
auth
:
fals
e
,
auth
:
tru
e
,
api
:
'ufo.user.isFavorite'
,
params
:
{
product
_i
d
:
{
type
:
Number
},
// 商品id
product
I
d
:
{
type
:
Number
},
// 商品id
},
},
...
...
Please
register
or
login
to post a comment