|
|
@@ -82,7 +82,12 @@ public class WebConfig implements WebMvcConfigurer {
|
|
|
"/api/activity/list",
|
|
|
"/api/activity/detail",
|
|
|
"/api/ai/context",
|
|
|
- "/api/config/public/**"
|
|
|
+ "/api/config/public/**",
|
|
|
+ "/api/payment/wechat/native",
|
|
|
+ "/api/payment/wechat/create",
|
|
|
+ "/api/payment/wechat/status",
|
|
|
+ "/api/payment/wechat/oauth2-url",
|
|
|
+ "/api/payment/wechat/oauth2-callback"
|
|
|
);
|
|
|
|
|
|
registry.addInterceptor(operationLogInterceptor)
|