Merge remote-tracking branch 'origin/feature/contextMod'
Showing
1 changed file
with
2 additions
and
1 deletions
@@ -246,7 +246,8 @@ module.exports = class extends global.yoho.BaseModel { | @@ -246,7 +246,8 @@ module.exports = class extends global.yoho.BaseModel { | ||
246 | 246 | ||
247 | return this.get({ | 247 | return this.get({ |
248 | url: 'favorite', | 248 | url: 'favorite', |
249 | - data: finalParams | 249 | + data: finalParams, |
250 | + api: global.yoho.SingleAPI | ||
250 | }); | 251 | }); |
251 | } | 252 | } |
252 | 253 |
-
Please register or login to post a comment