|
@@ -79,7 +79,7 @@ class Card
|
|
|
$id = Dever::input('id');
|
|
|
$info = Dever::db('youzan/card')->one($id);
|
|
|
if ($info) {
|
|
|
- Core::run($info['project_id'], 'card_create', 'card.createStart', 'card.createEnd', 'youzan', $id, false);
|
|
|
+ Core::run($info['project_id'], 'card_create', 'card.createStart', 'card.createEnd', 'youzan', $id, true);
|
|
|
}
|
|
|
Dever::alert('提交成功,请到优惠券列表中查看');
|
|
|
return;
|