From 2cf82c1c1959701fe7d31b3d891434575ed6b58f Mon Sep 17 00:00:00 2001 From: wujianwei <wjw@11.com> Date: 星期四, 16 四月 2026 16:22:47 +0800 Subject: [PATCH] 新增调用外部接口api --- service/src/main/resources/gateway.properties | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/service/src/main/resources/gateway.properties b/service/src/main/resources/gateway.properties index 222f8ec..32c283f 100644 --- a/service/src/main/resources/gateway.properties +++ b/service/src/main/resources/gateway.properties @@ -13,16 +13,12 @@ #????? https://tmc-demo.cmbc.com.cn/mop/ecp/httpMhtInVtFwd ##https?????? ???????????? -sslPath= -#sslPath=C:\\Users\\w\\minsheng.pfx - +sslPath=/data/cwxt/uploud/minsheng.pfx ##??????? ???????????? -publicCertPath= -#publicCertPath=C:\\Users\\w\\cmbs.cer +publicCertPath=/data/cwxt/uploud/cmbs.cer ##????? ???????????? -sm2Path= -#sm2Path=C:\\Users\\w\\private.sm2 +sm2Path=/data/cwxt/uploud/private.sm2 ####################### ???? ############################ -- Gitblit v1.8.0