shish 1 год назад
Родитель
Сommit
1db0bd0100
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      app-hd/controllers/PurchaseController.php

+ 2 - 1
app-hd/controllers/PurchaseController.php

@@ -582,7 +582,7 @@ class PurchaseController extends BaseController
                 if (isset($cg->book) && $cg->book == 0) {
                     $ghsShopId = $ghs['shopId'] ?? 0;
                     if (getenv('YII_ENV') == 'production') {
-                        $specialList = [10649, 8042, 16454, 21319,33668];
+                        $specialList = [10649, 8042, 16454, 21319, 33668];
                     } else {
                         $specialList = [36523];
                     }
@@ -925,6 +925,7 @@ class PurchaseController extends BaseController
     //微信支付 ssh 2021.4.11
     public function actionWxPay()
     {
+        util::fail('系统升级中');
         ini_set('date.timezone', 'Asia/Shanghai');
         $post = Yii::$app->request->post();
         $couponId = $post['couponId'] ?? 0;