[ ], 'listen' => [ 'AppInit' => [], 'HttpRun' => [], 'HttpEnd' => [], 'LogLevel' => [], 'LogWrite' => [], 'swoole.task' => [\crmeb\listens\SwooleTaskListen::class], 'swoole.init' => [\crmeb\listens\InitSwooleLockListen::class], 'swoole.workerStart' => [\app\webscoket\SwooleWorkerStart::class], 'swoole.start' => env('INSTALLED', false) ? [ \crmeb\listens\AuthTakeOrderListen::class,//自动收货 \crmeb\listens\AutoCancelGroupOrderListen::class,//未支付订单 自动关闭订单(超过多少分钟) \crmeb\listens\AutoUnLockBrokerageListen::class,//自动解冻佣金 \crmeb\listens\AutoSendPayOrderSmsListen::class,//查询10分钟内未支付的订单,发送短信提示用户 \crmeb\listens\SyncSmsResultCodeListen::class,//查询短信发送记录后 api返回结果 // \crmeb\listens\SyncBroadcastStatusListen::class, \crmeb\listens\ExcelFileDelListen::class, // \crmeb\listens\RefundOrderAgreeListen::class,//商户自动处理退款订单期限(天) \crmeb\listens\SeckillTImeCheckListen::class,//自动检测秒杀结束失败 \crmeb\listens\GongListen::class,//微唯宝发货 每分钟执行1次 \crmeb\listens\GongAfterListen::class,//微唯宝退货退款 \app\listens\StoreRefundOrderListen::class,//售后订单超过72小时自动取消 \app\listens\WechatExtractListen::class,//微信提现的定时审核 3分钟执行1次 ] : [], 'pay_success_user_recharge' => [\crmeb\listens\pay\UserRechargeSuccessListen::class], 'pay_success_order' => [\crmeb\listens\pay\OrderPaySuccessListen::class], 'pay_success_order_agent' => [\crmeb\listens\pay\AgentOrderPaySuccessListen::class], ], 'subscribe' => [ ], ];