Update Config.php

This commit is contained in:
Anyon 2020-09-27 13:32:32 +08:00
parent fd59a91a10
commit 9eb9527e31

View File

@ -86,7 +86,6 @@ class Config extends Controller
*/ */
public function payment() public function payment()
{ {
$this->_applyFormToken();
if ($this->request->isGet()) { if ($this->request->isGet()) {
$this->title = '微信支付配置'; $this->title = '微信支付配置';
$local = LocalStorage::instance(); $local = LocalStorage::instance();