From 9eb9527e310e4128d69d066ad5ccf5fefdde898c Mon Sep 17 00:00:00 2001 From: Anyon Date: Sun, 27 Sep 2020 13:32:32 +0800 Subject: [PATCH] Update Config.php --- app/wechat/controller/Config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/wechat/controller/Config.php b/app/wechat/controller/Config.php index 54d5214b9..01cd5c0b4 100644 --- a/app/wechat/controller/Config.php +++ b/app/wechat/controller/Config.php @@ -86,7 +86,6 @@ class Config extends Controller */ public function payment() { - $this->_applyFormToken(); if ($this->request->isGet()) { $this->title = '微信支付配置'; $local = LocalStorage::instance();