Showing
1 changed file
with
5 additions
and
0 deletions
@@ -357,6 +357,11 @@ module.exports = class extends global.yoho.BaseModel { | @@ -357,6 +357,11 @@ module.exports = class extends global.yoho.BaseModel { | ||
357 | method = 'app.student.rebate'; | 357 | method = 'app.student.rebate'; |
358 | } | 358 | } |
359 | 359 | ||
360 | + // 促销活动 | ||
361 | + if (params.specialsale_id) { | ||
362 | + method = 'app.search.li'; | ||
363 | + } | ||
364 | + | ||
360 | let paramsForApi = searchProcess.getSearchParamsWithoutMethod(params); | 365 | let paramsForApi = searchProcess.getSearchParamsWithoutMethod(params); |
361 | 366 | ||
362 | return this.get({ | 367 | return this.get({ |
-
Please register or login to post a comment