This commit is contained in:
moxiangrong
2024-03-01 19:41:08 +08:00
parent 073b6d8663
commit ec0d30af37
9 changed files with 59 additions and 26 deletions

View File

@ -179,24 +179,24 @@ wx:
--- #微信支付配置
weixin:
#appid
#小程序appid,在后台支付配置中配在merchant_details表中对应应用id
appid:
#APP端的appid
#APP端的appid,在后台支付配置中配在merchant_details表中对应应用id
app_appid:
#小程序秘钥
#小程序秘钥,在后台支付配置中配在merchant_details表中对应密钥
secret:
#商户号
#商户号,在后台支付配置中配在merchant_details表中对应微信商户id
mchid:
#证书路径
certurl: /yshop-server/apiclient_cert.p12
#订单取消退款回调地址
order_refund_notifyurl:
#APP回调地址
#APP回调地址,在后台支付配置中配在merchant_details表中对应异步回调地址
app_notifyurl:
#商户秘钥
key:
#h5支付之后跳转地址
redirect_url:
redirect_url: http://localhost:8080/
--- #################### yshop相关配置 ####################
# yshop配置项设置当前项目所有自定义的配置