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-11-12 10:06:17 +0800
Commit
5ecd0ed73385c7a3917ed5563748d6ffcad3817d
1 parent
dddd6570
change removeAndQryCart request mode
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/cart/models/cart-api.js
apps/cart/models/cart-api.js
View file @
5ecd0ed
...
...
@@ -168,7 +168,7 @@ module.exports = class extends global.yoho.BaseModel {
param
.
shopping_key
=
shoppingKey
;
}
return
this
.
ge
t
({
data
:
param
});
return
this
.
pos
t
({
data
:
param
});
}
/**
...
...
Please
register
or
login
to post a comment