crmeb PRO v1.2修复微信支付退款无法找到证书问题

97 阅读1分钟

注意:行数仅供参考,为了快速找到修改的地方 1、文件地址:crmeb\services\MiniProgramService.php

行数:117

'cert_path' => public_path() . payment[payweixinclientcert],keypath=>publicpath().payment['pay_weixin_client_cert'], 'key_path' => public_path() . payment['pay_weixin_client_key'],

在这里插入图片描述

2、文件地址:crmeb\services\WechatService.php

行数:76

'cert_path' => public_path() . payment[payweixinclientcert],keypath=>publicpath().payment['pay_weixin_client_cert'], 'key_path' => public_path() . payment['pay_weixin_client_key'], 在这里插入图片描述

免费源码下载地址:github.crmeb.net/u/defu