Browse Source

关闭微信支付

lizhen_gitee 1 year ago
parent
commit
7434bb876f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      addons/unishop/controller/Pay.php

+ 1 - 0
addons/unishop/controller/Pay.php

@@ -96,6 +96,7 @@ class Pay extends Base
      *
      */
     public function unify(){
+        $this->error('微信支付暂时关闭');
         Hook::add('paid_success', 'addons\\unishop\\behavior\\Order');
 
         $orderId = $this->request->request('order_id', 0);