|
@@ -16,6 +16,7 @@ public class WebMvcConfigure extends WebMvcConfigurerAdapter {
|
|
|
// 排除的接口,无法通过 ContextHelper 获取 userId, terminal & alipayUid,也无法通过 BizUtil 获取 hospitalId,需要自行获取
|
|
|
.excludePathPatterns("/auth/*")
|
|
|
.excludePathPatterns("/outpatient/*")
|
|
|
+ .excludePathPatterns("/pay/*")
|
|
|
.excludePathPatterns("/register/*")
|
|
|
.excludePathPatterns("/isvRequest.order.doctorScheduleList")
|
|
|
;
|