@@ -27,7 +27,8 @@ public class WebConfig implements WebMvcConfigurer {
"/manage/admin/get/loginInfo",
"/manage/corp/**",
"/manage/coupon/corp/send",
- "/manage/coupon"));
+ "/manage/coupon",
+ "/manage/register/wx/refund/notify"));
}