change removeAndQryCart request mode
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -168,7 +168,7 @@ module.exports = class extends global.yoho.BaseModel { | @@ -168,7 +168,7 @@ module.exports = class extends global.yoho.BaseModel { | ||
168 | param.shopping_key = shoppingKey; | 168 | param.shopping_key = shoppingKey; |
169 | } | 169 | } |
170 | 170 | ||
171 | - return this.get({data: param}); | 171 | + return this.post({data: param}); |
172 | } | 172 | } |
173 | 173 | ||
174 | /** | 174 | /** |
-
Please register or login to post a comment