From f0e917f20015f7a4d18084f1aaafadeaeba3a153 Mon Sep 17 00:00:00 2001 From: Guoqs <123@jsowell.com> Date: Wed, 26 Jun 2024 10:49:15 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=94=AF=E4=BB=98=E5=AE=9D=E7=99=BB?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsowell-admin/src/main/resources/application-dev.yml | 2 +- jsowell-admin/src/main/resources/application-prd.yml | 2 +- jsowell-admin/src/main/resources/application-pre.yml | 2 +- jsowell-admin/src/main/resources/application-sit.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jsowell-admin/src/main/resources/application-dev.yml b/jsowell-admin/src/main/resources/application-dev.yml index 9290e377c..35a94c67b 100644 --- a/jsowell-admin/src/main/resources/application-dev.yml +++ b/jsowell-admin/src/main/resources/application-dev.yml @@ -201,7 +201,7 @@ remoteUpdate: # 支付宝支付参数配置 alipay: # 网关 - gatewayHost: openapi.alipaydev.com + gatewayHost: https://openapi.alipaydev.com # 应用ID,您的APPID,收款账号既是您的APPID对应支付宝账号 appId: 2021004145642756 # 商户私钥,您的PKCS8格式RSA2私钥 diff --git a/jsowell-admin/src/main/resources/application-prd.yml b/jsowell-admin/src/main/resources/application-prd.yml index 2f7681465..2c656ac82 100644 --- a/jsowell-admin/src/main/resources/application-prd.yml +++ b/jsowell-admin/src/main/resources/application-prd.yml @@ -196,7 +196,7 @@ remoteUpdate: # 支付宝支付参数配置 alipay: # 网关 - gatewayHost: openapi.alipay.com + gatewayHost: https://openapi.alipay.com # 应用ID,您的APPID,收款账号既是您的APPID对应支付宝账号 appId: 2021004145642756 # 商户私钥,您的PKCS8格式RSA2私钥 diff --git a/jsowell-admin/src/main/resources/application-pre.yml b/jsowell-admin/src/main/resources/application-pre.yml index dfb2e93e5..7d6a3f81a 100644 --- a/jsowell-admin/src/main/resources/application-pre.yml +++ b/jsowell-admin/src/main/resources/application-pre.yml @@ -196,7 +196,7 @@ remoteUpdate: # 支付宝支付参数配置 alipay: # 网关 - gatewayHost: openapi.alipay.com + gatewayHost: https://openapi.alipay.com # 应用ID,您的APPID,收款账号既是您的APPID对应支付宝账号 appId: 2021004145642756 # 商户私钥,您的PKCS8格式RSA2私钥 diff --git a/jsowell-admin/src/main/resources/application-sit.yml b/jsowell-admin/src/main/resources/application-sit.yml index de67295ce..d6ffc1b8c 100644 --- a/jsowell-admin/src/main/resources/application-sit.yml +++ b/jsowell-admin/src/main/resources/application-sit.yml @@ -199,7 +199,7 @@ remoteUpdate: # 支付宝支付参数配置 alipay: # 网关 - gatewayHost: openapi.alipaydev.com + gatewayHost: https://openapi.alipaydev.com # 应用ID,您的APPID,收款账号既是您的APPID对应支付宝账号 appId: 2021004145642756 # 商户私钥,您的PKCS8格式RSA2私钥