摘要:
<?php header('Content-type:text/html; Charset=utf-8'); /** 请填写以下配置信息 **/ $publicKeyPath = getcwd() . '/cert/public_key.pem'; //微信支付公钥证书文件路径,可以到 https: 阅读全文
摘要:
<?php header('Content-type:text/html; Charset=utf-8'); /** 请填写以下配置信息 */ $mchid = 'xxxxx'; //微信支付商户号 PartnerID 通过微信支付商户资料审核后邮件发送 $appid = 'xxxxx'; //公众 阅读全文