fix: 去除微信配置表单验证

This commit is contained in:
邹景立 2025-03-19 14:12:38 +08:00
parent 74ea4fdbc2
commit eadecf8f1a

View File

@ -38,7 +38,6 @@ class Config extends Controller
*/ */
public function options() public function options()
{ {
$this->_applyFormToken();
$this->thrNotify = sysuri('wechat/api.push/index', [], false, true); $this->thrNotify = sysuri('wechat/api.push/index', [], false, true);
if ($this->request->isGet()) { if ($this->request->isGet()) {
try { try {