摘要: <?php header('Content-type:text/html; Charset=utf-8'); /** 请填写以下配置信息 **/ $publicKeyPath = getcwd() . '/cert/public_key.pem'; //微信支付公钥证书文件路径,可以到 https: 阅读全文
posted @ 2022-10-12 13:05 知风阁 阅读(1164) 评论(0) 推荐(0) 编辑
摘要: <?php header('Content-type:text/html; Charset=utf-8'); /** 请填写以下配置信息 */ $mchid = 'xxxxx'; //微信支付商户号 PartnerID 通过微信支付商户资料审核后邮件发送 $appid = 'xxxxx'; //公众 阅读全文
posted @ 2022-10-12 13:04 知风阁 阅读(688) 评论(0) 推荐(0) 编辑