Sfoglia il codice sorgente

change:特殊充值模板:

Wang Chen 4 anni fa
parent
commit
ee06922c84

+ 1 - 4
app/Http/Controllers/QuickApp/Order/OrdersController.php

@@ -123,9 +123,6 @@ class OrdersController extends BaseController
         $bid         = $request->input('bid', '');
         $temp        = $bid;
         $template_id = PayTemplateService::getPayTemplate($this->distribution_channel_id);
-        if ($template_id === 1 && (int)$this->uid === 198678241) {
-            $template_id = 10749;
-        }
 
         // 获取派单id
         $user        = User::getUser($this->uid);
@@ -141,7 +138,7 @@ class OrdersController extends BaseController
             }
 
             // 蒋佳芯
-            if ($account === 'jiangjx') {
+            if (in_array($account, ['jiangjx', 'yangzh'])) {
                 $template_id = 10679;
             }
         }