Browse Source

change:调整充值模板;

Wang Chen 4 years ago
parent
commit
ab42b87cda
1 changed files with 4 additions and 0 deletions
  1. 4 0
      app/Http/Controllers/QuickApp/Order/OrdersController.php

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

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