Merge branch 'prod/20260407' into test

This commit is contained in:
曹鹏飞 2026-04-07 14:20:23 +08:00
commit 868105e3f8
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public class AppVersionFilter extends OncePerRequestFilter {
/**
* 因前端部分接口遗漏App-Version参数ios打包重新审核需要很久所以需要排除掉否则会导致接口无法访问
*/
private static final Set<String> WHITE_LIST = Set.of("getTicket", "uploadSingleFile", "getInfoById", "hangUp", "exportPdf");
private static final Set<String> WHITE_LIST = Set.of("getTicket", "uploadSingleFile", "getInfoById", "hangUp", "exportPdf", "webhook");
private static final String MIN_SUPPER_VERSION = "1.0.9";