dasangshu/wechat

There is no license information available for the latest version (dev-master) of this package.

dev-master 2021-09-24 07:48 UTC

This package is not auto-updated.

Last update: 2025-06-15 01:32:52 UTC


README

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();
```# wechat