Showing
1 changed file
with
2 additions
and
2 deletions
@@ -7,8 +7,8 @@ const resourcesProcess = require(`${utils}/resources-process`); | @@ -7,8 +7,8 @@ const resourcesProcess = require(`${utils}/resources-process`); | ||
7 | class CouponList extends global.yoho.BaseModel { | 7 | class CouponList extends global.yoho.BaseModel { |
8 | constructor(ctx) { | 8 | constructor(ctx) { |
9 | super(ctx); | 9 | super(ctx); |
10 | - this.topCode = '865184f7d758e34a1c9d48cae86d86ae'; // 顶部资源位 | ||
11 | - this.bottomCode = 'a08f03ca0aece80920221e4d8b1e0312'; // 底部资源位 | 10 | + this.topCode = '90502fea64b42acf75a45f8d0656d1d1'; // 顶部资源位 |
11 | + this.bottomCode = 'da952fc245b13cbe28421d67ec95f771'; // 底部资源位 | ||
12 | } | 12 | } |
13 | 13 | ||
14 | getCoupons(params) { | 14 | getCoupons(params) { |
-
Please register or login to post a comment