From 12913c1069347ea4b1f6ab87f480da0f8d8c646a Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Thu, 04 Dec 2025 09:24:33 +0800
Subject: [PATCH] 供需求功能
---
admin/app/event.php | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/admin/app/event.php b/admin/app/event.php
index 4d76b65..8bb972a 100644
--- a/admin/app/event.php
+++ b/admin/app/event.php
@@ -67,6 +67,22 @@
'RegionUserGrade' => [
\app\job\event\RegionUserGrade::class
],
+ /*分会*/
+ 'Branch' => [
+ \app\job\event\Branch::class
+ ],
+ /*vip订单*/
+ 'VipOrder' => [
+ \app\job\event\VipOrder::class
+ ],
+ /*vip用户*/
+ 'VipUser' => [
+ \app\job\event\VipUser::class
+ ],
+ /*vip用户等级*/
+ 'VipUserGrade' => [
+ \app\job\event\VipUserGrade::class
+ ],
],
'subscribe' => [
--
Gitblit v1.9.2