janas / wechatapi
this is a tool for the WeChat Api
v1.2
2020-05-17 07:51 UTC
Requires
- php: >=7.2
This package is auto-updated.
Last update: 2025-04-19 19:37:52 UTC
README
微信部分接口
使用前准备
如果你是在框架中使用该插件请先把/Config/config.default.php复制到框架的配置文件夹中并改名为janas-wechatapi.php
若不是在框架中请把/Config/config.default.php改名为config.php
当然你也可以在每次实例化之前定义需要的配置并传入类中,
eg:
$config = [
'appid' => '123123',
'appsecret => 'zxczxczxczxczxc'
];
$access_token = (new Token($config))->getAccessToken();
注:access_token以及js_ticket暂时只支持文件存储
使用
具体用法见test/index.php
反馈与建议
邮箱:janmas@qq.com