diff --git a/composer.json b/composer.json index 03e222a..142b8ce 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/config/log.php b/config/log.php index 137360d..0b27c12 100644 --- a/config/log.php +++ b/config/log.php @@ -63,6 +63,7 @@ return [ ], 'user_action' => [ 'login' => '登录', + 'module' => '拉取', 'reg' => '注册', 'upload' => '上传', 'down' => '下载',