From 2f13c101cc047d7c498090d8152afa9fd80af715 Mon Sep 17 00:00:00 2001 From: hankaikai <3233542360@qq.com> Date: Tue, 6 Jun 2023 18:34:25 +0800 Subject: [PATCH] =?UTF-8?q?"=E6=8B=89=E5=8D=A1=E6=8B=89=E8=BF=9B=E4=BB=B6?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E4=BB=A3=E7=A0=81"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../platform/interceptor/TokenRegistryInterceptor.java | 1 + .../src/main/resources/config/application-common.yml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pluss-api-page/src/main/java/cn/pluss/platform/interceptor/TokenRegistryInterceptor.java b/pluss-api-page/src/main/java/cn/pluss/platform/interceptor/TokenRegistryInterceptor.java index fe065f3..c06ff49 100644 --- a/pluss-api-page/src/main/java/cn/pluss/platform/interceptor/TokenRegistryInterceptor.java +++ b/pluss-api-page/src/main/java/cn/pluss/platform/interceptor/TokenRegistryInterceptor.java @@ -70,6 +70,7 @@ public class TokenRegistryInterceptor extends HandlerInterceptorAdapter { limitUri.add("/api/lkl/querySubMerInfo"); limitUri.add("/api/lkl/lklCallBack"); limitUri.add("/api/lkl/queryMerchantChannelStatus"); + limitUri.add("/api/auditCallback/tradeCallBack"); boolean passFlag = limitUri.stream().anyMatch(s -> s.equals(requestUri) || requestUri.startsWith(s)); if (passFlag) { return true; diff --git a/pluss-common-bundle/src/main/resources/config/application-common.yml b/pluss-common-bundle/src/main/resources/config/application-common.yml index 7b2232a..2714ca6 100644 --- a/pluss-common-bundle/src/main/resources/config/application-common.yml +++ b/pluss-common-bundle/src/main/resources/config/application-common.yml @@ -169,10 +169,10 @@ lkl: vposId: 491612871013605376 #vpos_id termNo: A0073841 #终端号 apiUrl: https://s2.lakala.com/ - privateKeyPath: D:\\project\\chaozhanggui\\pluss-common-bundle\\src\\main\\resources\\lakalaConf\\api_private_key.pem - certificatePath: D:\\project\\chaozhanggui\\pluss-common-bundle\\src\\main\\resources\\lakalaConf\\lkl-apigw-v1.cer - returncatePath: D:\\project\\chaozhanggui\\pluss-common-bundle\\src\\main\\resources\\lakalaConf\\lkl-apigw-v1.cer - callBackUrl: https://p40312246f.goho.co/api/auditCallback/tradeCallBack + privateKeyPath: /mnt/docker/project/czg/.key/api_private_key.pem + certificatePath: /mnt/docker/project/czg/.key/lkl-apigw-v1.cer + returncatePath: /mnt/docker/project/czg/.key/lkl-apigw-v1.cer + callBackUrl: https://ky.sxczgkj.cn/api/auditCallback/tradeCallBack pubKey: MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCHB7j7gG3ioLnnr7bsuEXTAh/8YSxSp4lQIYGW9gX0Ikgz9JqARdg4iEnU6tgNirxA6Jdg0AWgLJQxQBEZMkwyK2ZfYgesYhlJkv6WVC8v5OkOrhA9NSQ3iS6JsYegsZO0GJSTtLQaTOF8WobPYe5NI+eWU1fRz2ZyxlWlKshBeQIDAQAB