feat:callback

This commit is contained in:
苏竹红
2025-10-28 13:40:26 +08:00
parent bf80d825a8
commit fce70bec9e

View File

@@ -44,7 +44,8 @@ public class OpenApiValidateFilter implements Filter {
private String coolAppSecret;
private static final Set<String> WHITELIST_URIS = new HashSet<>(Arrays.asList(
"/zxjp/open/v1/statusRefresh",
"/zxjp/open/v1/getStoreUser"
"/zxjp/open/v1/getStoreUser",
"/zxjp/open/v1/callback"
));
private static final List<String> oldUrlMapping = new ArrayList<>(Arrays.asList(
"/zxjp/open/v1/statusRefresh","/zxjp/open/v1/changePaymentStatus",