Authored by 李靖

资源位

... ... @@ -7,8 +7,8 @@ const resourcesProcess = require(`${utils}/resources-process`);
class CouponList extends global.yoho.BaseModel {
constructor(ctx) {
super(ctx);
this.topCode = '865184f7d758e34a1c9d48cae86d86ae'; // 顶部资源位
this.bottomCode = 'a08f03ca0aece80920221e4d8b1e0312'; // 底部资源位
this.topCode = '90502fea64b42acf75a45f8d0656d1d1'; // 顶部资源位
this.bottomCode = 'da952fc245b13cbe28421d67ec95f771'; // 底部资源位
}
getCoupons(params) {
... ...