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-captcha": "^3.0",
"phpmailer/phpmailer": "^6.6",
"lcobucci/jwt": "^3.4"
"lcobucci/jwt": "3.3.3"
},
"require-dev": {
"symfony/var-dumper": "^4.2",

View File

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