Merge branch 'prod/20260407' into test
This commit is contained in:
commit
868105e3f8
|
|
@ -30,7 +30,7 @@ public class AppVersionFilter extends OncePerRequestFilter {
|
||||||
/**
|
/**
|
||||||
* 因前端部分接口遗漏App-Version参数,ios打包重新审核需要很久,所以需要排除掉,否则会导致接口无法访问
|
* 因前端部分接口遗漏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";
|
private static final String MIN_SUPPER_VERSION = "1.0.9";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue