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();