白名单

This commit is contained in:
wucongxing8150 2025-06-17 11:35:26 +08:00
parent d86125909a
commit 588e896aff

View File

@ -13,7 +13,9 @@ public abstract class BaseInterceptor implements HandlerInterceptor {
// "POST:/api/public/.*", // POST 请求匹配 /api/public/xx
// "GET:/api/users" , // GET 请求匹配具体路径
"POST:/api/login/wechat/mobile", // 登陆
"GET:/api/index/clinical" // 首页-临床病例库
"GET:/api/index/clinical", // 首页-临床病例库
"GET:/api/login/phone", // 登陆
"GET:/api/code/phone" // 获取验证码
);
/**