feat:callback
This commit is contained in:
@@ -44,7 +44,8 @@ public class OpenApiValidateFilter implements Filter {
|
|||||||
private String coolAppSecret;
|
private String coolAppSecret;
|
||||||
private static final Set<String> WHITELIST_URIS = new HashSet<>(Arrays.asList(
|
private static final Set<String> WHITELIST_URIS = new HashSet<>(Arrays.asList(
|
||||||
"/zxjp/open/v1/statusRefresh",
|
"/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(
|
private static final List<String> oldUrlMapping = new ArrayList<>(Arrays.asList(
|
||||||
"/zxjp/open/v1/statusRefresh","/zxjp/open/v1/changePaymentStatus",
|
"/zxjp/open/v1/statusRefresh","/zxjp/open/v1/changePaymentStatus",
|
||||||
|
|||||||
Reference in New Issue
Block a user