|
|
@@ -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;
|