334444444

This commit is contained in:
wucongxing8150 2025-06-17 16:12:28 +08:00
parent 3b8fd1e956
commit b449de8732

View File

@ -15,7 +15,8 @@ public abstract class BaseInterceptor implements HandlerInterceptor {
"POST:/api/login/wechat/mobile", // 登陆
"GET:/api/index/clinical", // 首页-临床病例库
"POST:/api/login/mobile", // 登陆
"POST:/api/code/phone" // 获取验证码
"POST:/api/code/phone", // 获取验证码
"POST:/api/login/hcp" // 登陆-hcp
);
/**