Pre Merge pull request !487 from 琴歌剑舞/develop

pull/487/MERGE
琴歌剑舞 2025-06-26 09:09:03 +00:00 committed by Gitee
commit cb5db18be5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -604,7 +604,7 @@ class Backend extends Controller
//验证Token
if (!Validate::make()->check(['__token__' => $token], ['__token__' => 'require|token'])) {
$this->error(__('Token verification error'), '', ['__token__' => $this->request->token()]);
$this->error(__('Token verification error'), '', ['token' => $this->request->token()]);
}
//刷新Token