Skip to content

Latest commit

 

History

History
executable file
·
21 lines (19 loc) · 381 Bytes

README.md

File metadata and controls

executable file
·
21 lines (19 loc) · 381 Bytes

微信

1.导入代码,使用composer
composer required xanyext/wechat:dev-master
2.开始使用
require 'vender/autoload.php';
$wechat = new \xanyext\wechat\Wechat([
    'appId' => '',
    'appSecret' => '',
    'mchId' => '',
    'apiKey' => '',
    'certPem' => '',
    'keyPem' => '',
    'cachePath' => '',
]);
$wechat->getAccessToken();