소스 검색

关闭微信支付

lizhen_gitee 2 년 전
부모
커밋
7434bb876f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);