|
@@ -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 = [
|
|
// 必要配置
|
|
// 必要配置
|