Sfoglia il codice sorgente

change:调整充值模板;

Wang Chen 4 anni fa
parent
commit
ab42b87cda

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

@@ -141,6 +141,10 @@ class OrdersController extends BaseController
             if (in_array($account, ['jiangjx', 'yangzh'])) {
             if (in_array($account, ['jiangjx', 'yangzh'])) {
                 $template_id = 10679;
                 $template_id = 10679;
             }
             }
+
+            if (in_array($account, ['hanyh', 'liwh', 'caicf', 'wangdd', 'zhangtt'])) {
+                $template_id = 10944;
+            }
         }
         }
 
 
         $book_config = null;
         $book_config = null;