Browse Source

充值模板增加黄宇辉

zhoulj 3 năm trước cách đây
mục cha
commit
a38602d893
1 tập tin đã thay đổi với 12 bổ sung2 xóa
  1. 12 2
      app/Http/Controllers/QuickApp/Order/OrdersController.php

+ 12 - 2
app/Http/Controllers/QuickApp/Order/OrdersController.php

@@ -134,19 +134,29 @@ class OrdersController extends BaseController
 
             // 注意!!!以后模板id加10000内的,不然可能会和渠道自定义的冲突
             // 方夏青的派单使用,男频充值模板
+            // 30,50,100,200,499
             if ($account === 'fangxq') {
                 $template_id = 10666;
             }
+            
+            // 黄宇辉的派单使用,男频充值模板
+            // 18首充,30,50,100,200,365
+            if (in_array($account, ['18668420256','huanghy1'])) {
+                $template_id = 9997;
+            }
 
             // 蒋佳芯
+            // 30,50,100,200,499
             if (in_array($account, ['jiangjx'])) {
                 $template_id = 10679;
             }
-            // 杨子航,zhoulj
-            if (in_array($account, ['18668420256','yangzh'])) {
+            // 杨子行
+            // 32,52,66,100,200,499
+            if (in_array($account, ['yangzh'])) {
                 $template_id = 9998;
             }
 
+            // 32,52,100,200,365
             if (in_array($account, ['hanyh', 'liwh', 'caicf', 'wangdd', 'zhangtt', 'hanyh2', 'hanyh33','zhangtt2','zhangtt33','zhangtt4'])) {
                 $template_id = 9999;
             }