From 00de760326971fe75bd32b35ed404238271e55ef Mon Sep 17 00:00:00 2001 From: cabbage <281119120@qq.com> Date: Thu, 10 Jul 2025 14:38:30 +0800 Subject: [PATCH] =?UTF-8?q?##=20=E4=BA=AC=E4=B8=9C=E6=94=B6=E9=93=B6?= =?UTF-8?q?=E5=8F=B0=E9=85=8D=E7=BD=AE=E6=8F=90=E5=8F=96nacos=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bd-third/src/main/resources/bootstrap.yml | 30 ----------------------- 1 file changed, 30 deletions(-) diff --git a/bd-third/src/main/resources/bootstrap.yml b/bd-third/src/main/resources/bootstrap.yml index 517c1039..bf0e0108 100644 --- a/bd-third/src/main/resources/bootstrap.yml +++ b/bd-third/src/main/resources/bootstrap.yml @@ -121,33 +121,3 @@ delivery: appKey: 204784177 appSecret: KrTbnrAV01j7bIQ5mpr3W0FB73KvjaG8 appCode: 7390ccb8230f4e74a1b0ba31ec6f1419 - -## 京东收银台支付配置 -jd: - bank: - ## 二级商户号 - merchantNo: 153428607011 - ## 签名密钥 - signKey: edad31b00269a3c843268f4ff4dab5f079106a328795495922c11f50faf9d0c6 - ## 证书加密密码 - priCertPwd: bf147258369 - ## 私钥文件名 - priCert: jd/merchantCert011.pfx - ## 公钥文件名 - pubCert: jd/npp_11_API2_pro.cer - ## 生产环境api接口域名 - apiDomain: http://wapi.jd.com - ## 页面回调地址 - # pageBackUrl: https://t-app.beida666.com/prod-api/pay/jd/sync-notify - pageBackUrl: http://t-app.beida777.com/#/pages/pay/success - ## 支付回调地址 - notifyUrl: http://t-app.beida777.com/prod-api/pay/jd/trade-notify - # notifyUrl: https://b747-218-57-66-5.ngrok-free.app/pay/jd/trade-notify - ## 退款回调地下 - refundNotifyUrl: http://t-app.beida777.com/prod-api/pay/jd-refund/trade-notify - # refundNotifyUrl: https://b747-218-57-66-5.ngrok-free.app/pay/jd-refund/trade-notify - separateAccounts: - - account: 153428607011 - proportion: 0.7 - - account: 153428607013 - proportion: 0.3