浏览代码

充值提现

dyjh 6 年之前
父节点
当前提交
791e13f4bd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Controllers/Api/V1/PayController.php

+ 1 - 1
app/Http/Controllers/Api/V1/PayController.php

@@ -21,7 +21,7 @@ class PayController extends Controller
     private $config;
     private $config;
     public function __construct()
     public function __construct()
     {
     {
-        parent::__construct();
+        //parent::__construct();
         $wechat = WechatAppModel::find(1);
         $wechat = WechatAppModel::find(1);
         $this->config = [
         $this->config = [
             // 必要配置
             // 必要配置