init
This commit is contained in:
16
config/wx.php
Normal file
16
config/wx.php
Normal 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',
|
||||
];
|
||||
Reference in New Issue
Block a user