buqiu / enterprise_wechat
企业微信API官方库 https://work.weixin.qq.com/api/doc
v1.2.10
2024-06-11 10:15 UTC
Requires
- ext-curl: *
- ext-dom: *
- ext-json: *
- ext-libxml: *
- ext-openssl: *
- illuminate/support: ^5.5|^5.6|^5.7|^5.8|^6.0|^7.0|^8.0|^9.0|^10.0
- laravel/framework: ^10.0
README
企业微信API官方库 https://work.weixin.qq.com/api/doc
如何运行
- 需要composer库
composer require buqiu/enterprise_wechat
- 发布配置文件 config/qy.php
php artisan vendor:publish
- 编辑配置
return [ "CORP_ID" => "", "CORP_SECRET" => "", "ENCODING_AES_KEY" => "", "TOKEN" => "", "AGENT_ID" => "", "JOIN_TRAINING_GROUP_ID" => "" ];
示例
参考 src/Examples