Authored by 郭成尧

specialsale_id

@@ -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({