Authored by 李奇

app.coupons.couponsSend再次修改

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