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