新增了处理优惠卷过期队列和command
This commit is contained in:
@@ -27,7 +27,7 @@ class AddUserCouponExpiredQueueCommand extends HyperfCommand
|
||||
public function configure(): void
|
||||
{
|
||||
parent::configure();
|
||||
$this->setDescription('添加即将过期优惠卷添加至优惠卷过期队列');
|
||||
$this->setDescription('添加用户即将过期优惠卷添加至优惠卷过期队列');
|
||||
}
|
||||
|
||||
public function handle(): void
|
||||
|
||||
Reference in New Issue
Block a user