【类 型】:
【主 题】: 【描 述】: [原因]: [过程]: [影响]: 【结 束】 # 类型 包含: # feat:新功能(feature) # fix:修补bug # docs:文档(documentation) # style: 格式(不影响代码运行的变动) # refactor:重构(即不是新增功能,也不是修改bug的代码变动) # test:增加测试 # chore:构建过程或辅助工具的变动
This commit is contained in:
parent
43764adfcf
commit
b0b5752a11
@ -20,7 +20,6 @@ class PayController extends PublicController
|
||||
'mch_secret_cert' => C('weixin')['mch_secret_cert'], // 必填-商户私钥路径
|
||||
'mch_public_cert_path' => C('weixin')['mch_public_cert_path'], // 必填-商户公钥证书路径
|
||||
'notify_url' => C('host') . 'flycube.php/MpApi/Pay/notifyCallback', // 必填-支付回调通知地址
|
||||
'refund_notify_url' => C('host') . 'flycube.php/MpApi/Pay/refundNotifyCallback', // 必填-退款回调通知地址
|
||||
'mini_app_id' => C('weixin')['appid'], // 选填-小程序 的 app_id
|
||||
'wechat_public_cert_path' => [ // 必填-微信平台公钥证书路径
|
||||
'5878026B07BD819CCC25AC95FA31AE45BB6BC0D9' => C('weixin')['wechat_public_cert_path'],
|
||||
|
Loading…
Reference in New Issue
Block a user