jwt包的版本调整为3.3.3

This commit is contained in:
hdm 2022-06-23 09:42:49 +08:00
parent 5f242547e1
commit decf9bd556
2 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,7 @@
"topthink/think-view": "^1.0", "topthink/think-view": "^1.0",
"topthink/think-captcha": "^3.0", "topthink/think-captcha": "^3.0",
"phpmailer/phpmailer": "^6.6", "phpmailer/phpmailer": "^6.6",
"lcobucci/jwt": "^3.4" "lcobucci/jwt": "3.3.3"
}, },
"require-dev": { "require-dev": {
"symfony/var-dumper": "^4.2", "symfony/var-dumper": "^4.2",

View File

@ -63,6 +63,7 @@ return [
], ],
'user_action' => [ 'user_action' => [
'login' => '登录', 'login' => '登录',
'module' => '拉取',
'reg' => '注册', 'reg' => '注册',
'upload' => '上传', 'upload' => '上传',
'down' => '下载', 'down' => '下载',