From 04102f7237efefa744090ed7c25f7b5d0807b679 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Thu, 05 Feb 2026 18:11:57 +0800
Subject: [PATCH] 完成运营中心提现和运营中心权限管理

---
 admin/app/common/enum/plus/vip/VipAreaTypeEnum.php |   19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/admin/app/common/enum/plus/vip/VipAreaTypeEnum.php b/admin/app/common/enum/plus/vip/VipAreaTypeEnum.php
index 66dde8e..027573d 100644
--- a/admin/app/common/enum/plus/vip/VipAreaTypeEnum.php
+++ b/admin/app/common/enum/plus/vip/VipAreaTypeEnum.php
@@ -8,8 +8,15 @@
 {
     const NORMAL = 10; // 推广
     const REFERRAL = 20; // 推广复购
-    const VIP_SUBSIDY = 30; // VIP专区补贴
+    const VIP_SUBSIDY = 30; // 下级收益补贴
     const DIRECT_REFEREE = 40; // 平台直推佣金
+    const DIRECT_SUPPLIER = 50; // 推广店铺交易额佣金
+
+    const VIEWPOINT_MONEY = 60; // 见点佣金
+    const DIFFERENTIALPRIZE=70;//级差
+    const EQUALLEVELAWARD= 80;//平级奖
+
+
 
     /**
      * 获取VIP专区订单类型名称
@@ -18,10 +25,14 @@
     public static function getTypeName()
     {
         return [
-            self::NORMAL => '推广',
-            self::REFERRAL => '推广复购',
-            self::VIP_SUBSIDY => 'VIP专区收益补贴',
+            self::NORMAL => '推广佣金',
+            self::REFERRAL => '推广复购佣金',
+            self::VIP_SUBSIDY => '下级收益补贴',
             self::DIRECT_REFEREE => '平台直推佣金',
+            self::DIRECT_SUPPLIER => '推广店铺交易额佣金',
+            self::VIEWPOINT_MONEY => '见点佣金',
+            self::DIFFERENTIALPRIZE=> '级差奖',
+            self::EQUALLEVELAWARD=> '平级奖',
         ];
     }
 

--
Gitblit v1.9.2