diff --git a/application/index/controller/Oauth.php b/application/index/controller/Oauth.php index 4280b0b..8c02692 100644 --- a/application/index/controller/Oauth.php +++ b/application/index/controller/Oauth.php @@ -16,7 +16,6 @@ use Symfony\Component\HttpFoundation\RedirectResponse; use think\db\exception\DataNotFoundException; use think\db\exception\ModelNotFoundException; use think\exception\DbException; -use think\facade\Log; use think\facade\Request; use think\response\Redirect; diff --git a/composer.json b/composer.json index 6eed784..204d012 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "phpoffice/phpspreadsheet": "^1.5", "firebase/php-jwt": "^5.0", "phpmailer/phpmailer": "^6.0", - "mingyoung/dingtalk": "2.0", + "mingyoung/dingtalk": "^2.3.0", "zoujingli/ip2region": "^1.0" }, "autoload": {