Authored by 郭成尧

specialsale_id

... ... @@ -357,6 +357,11 @@ module.exports = class extends global.yoho.BaseModel {
method = 'app.student.rebate';
}
// 促销活动
if (params.specialsale_id) {
method = 'app.search.li';
}
let paramsForApi = searchProcess.getSearchParamsWithoutMethod(params);
return this.get({
... ...