chore(src): 所有代码上传
This commit is contained in:
@@ -1,27 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
*/
|
||||
|
||||
namespace addon\coupon\event;
|
||||
|
||||
use addon\coupon\model\Coupon;
|
||||
|
||||
/**
|
||||
* 启动活动
|
||||
*/
|
||||
class CronCouponEnd
|
||||
{
|
||||
|
||||
public function handle($params = [])
|
||||
{
|
||||
$coupon = new Coupon();
|
||||
$res = $coupon->cronCouponEnd();
|
||||
return $res;
|
||||
}
|
||||
<?php
|
||||
|
||||
namespace addon\coupon\event;
|
||||
|
||||
use addon\coupon\model\Coupon;
|
||||
|
||||
/**
|
||||
* 启动活动
|
||||
*/
|
||||
class CronCouponEnd
|
||||
{
|
||||
|
||||
public function handle($params = [])
|
||||
{
|
||||
$coupon = new Coupon();
|
||||
$res = $coupon->cronCouponEnd();
|
||||
return $res;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user