This commit is contained in:
wucongxing8150 2025-06-17 13:05:10 +08:00
parent 3243e23601
commit 3b8fd1e956

View File

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