build(mcwl-admin): 更新支付宝配置和邮件设置
parent
1a63064cf9
commit
5f354654ab
|
@ -150,8 +150,8 @@ mall:
|
||||||
# # 沙箱支付宝根证书路径
|
# # 沙箱支付宝根证书路径
|
||||||
# alipayRootCertPath: D:\workspace\mochuang\mcwl-ai\mcwl-admin\src\main\resources\cert\dev\alipayRootCert.crt
|
# alipayRootCertPath: D:\workspace\mochuang\mcwl-ai\mcwl-admin\src\main\resources\cert\dev\alipayRootCert.crt
|
||||||
notifyUrl: http://113.45.190.154:8080/ali/pay/notify
|
notifyUrl: http://113.45.190.154:8080/ali/pay/notify
|
||||||
# 沙箱支付宝网关
|
# 线上支付宝网关
|
||||||
gatewayUrl: https://openapi-sandbox.dl.alipaydev.com/gateway.do
|
gatewayUrl: https://openapi.alipay.com/gateway.do
|
||||||
# 绑定回调
|
# 绑定回调
|
||||||
bindUrl: http://113.45.190.154:8080/ali/pay/callback
|
bindUrl: http://113.45.190.154:8080/ali/pay/callback
|
||||||
# 参与方的标识类型,目前支持如下类型: 1、ALIPAY_USER_ID 支付宝的会员ID 2、ALIPAY_LOGON_ID:支付宝登录号,支持邮箱和手机号格式 3、ALIPAY_OPEN_ID:支付宝openid
|
# 参与方的标识类型,目前支持如下类型: 1、ALIPAY_USER_ID 支付宝的会员ID 2、ALIPAY_LOGON_ID:支付宝登录号,支持邮箱和手机号格式 3、ALIPAY_OPEN_ID:支付宝openid
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# 发件人(必须正确,否则发送失败)
|
# 发件人(必须正确,否则发送失败)
|
||||||
from = 2119157836@qq.com
|
from = 14704273765@163.com
|
||||||
# 密码(注意,某些邮箱需要为SMTP服务单独设置授权码)
|
# 密码(注意,某些邮箱需要为SMTP服务单独设置授权码)
|
||||||
pass = wetaiadftmidejab
|
pass = LAfHcPaYsugcdecK
|
||||||
# 使用SSL安全连接
|
# 使用SSL安全连接
|
||||||
sslEnable = true
|
sslEnable = true
|
||||||
|
|
Loading…
Reference in New Issue