This commit is contained in:
MeSHard
2025-11-10 16:12:07 +08:00
parent 99f88bc53e
commit 94f7e83679
181 changed files with 15770 additions and 0 deletions

16
config/wx.php Normal file
View File

@@ -0,0 +1,16 @@
<?php
return [
"AppID" => "wx4bc5d93d4eaf3bbc",
"AppSecret" => "0477ff73388c26ad9cebd310e520b359",
'url' => 'https://api.weixin.qq.com/sns/jscode2session?appid=%s&secret=%s&js_code=%s&grant_type=authorization_code',
//商户号
'merchantId' => '1723553926',
//证书序列号
'merchantSerialNumber' => '1941FF47383FF19E8D74EC6D26D3A754301A6D2B',
'apiV3key' => 'C051282425C483CA4083413CBC793C83',
//平台证书,不是商户的证书,
'pingtai_public_key_path' => '/../../Secret/apiclient_cert.pem',
//商户api私钥
'apiclientKey' => '/../../Secret/apiclient_key.pem',
];