From 0ce84e0be899f6590dcef5cd8896ca153032474e Mon Sep 17 00:00:00 2001 From: "MSI\\letre" Date: Thu, 10 Jul 2025 22:20:13 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E6=9C=AA=E6=90=BA=E5=B8=A6=E7=A7=9F=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exam-server/src/main/resources/application.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/exam-server/src/main/resources/application.yaml b/exam-server/src/main/resources/application.yaml index 7b810298..5f876363 100644 --- a/exam-server/src/main/resources/application.yaml +++ b/exam-server/src/main/resources/application.yaml @@ -294,6 +294,7 @@ exam: - /admin-api/mp/open/** # 微信公众号开放平台,微信回调接口,无法携带租户编号 - /admin-api/exam/app/getAppCheckList # 学生端环境监测 - /admin-api/system/auth/login_config # 学生端判断学生的登录方式 + - /admin-api/system/auth/refreshLogout # 登出用户 ignore-tables: - exam_tenant_specialty - exam_specialty