|
|
@@ -927,7 +927,6 @@ class PurchaseController extends BaseController
|
|
|
//微信支付 ssh 2021.4.11
|
|
|
public function actionWxPay()
|
|
|
{
|
|
|
- util::fail('系统升级中,请1小时后再试');
|
|
|
ini_set('date.timezone', 'Asia/Shanghai');
|
|
|
$post = Yii::$app->request->post();
|
|
|
$couponId = $post['couponId'] ?? 0;
|