Authored by 李奇

app.coupons.couponsSend再次修改

@@ -58,6 +58,9 @@ const _getShopGroup = (shopRawData) => { @@ -58,6 +58,9 @@ const _getShopGroup = (shopRawData) => {
58 }; 58 };
59 59
60 class featureModel extends global.yoho.BaseModel { 60 class featureModel extends global.yoho.BaseModel {
  61 + constructor(ctx) {
  62 + super(ctx);
  63 + }
61 index(params) { 64 index(params) {
62 return Promise.coroutine(function*() { 65 return Promise.coroutine(function*() {
63 if (!params.code) { 66 if (!params.code) {