buqiu/enterprise_wechat

official lib of enterprise wechat api https://work.weixin.qq.com/api/doc

v1.2.9 2024-04-23 09:43 UTC

This package is auto-updated.

Last update: 2024-04-23 09:44:32 UTC


README

official lib of enterprise weChat api https://work.weixin.qq.com/api/doc

How to Run

  1. require composer lib
composer require buqiu/enterprise_wechat
  1. publish the package configuration file config/qy.php
php artisan vendor:publish
  1. edit config
return [
    "CORP_ID"                => "",
    "CORP_SECRET"            => "",
    "ENCODING_AES_KEY"       => "",
    "TOKEN"                  => "",
    "AGENT_ID"               => "",
    "JOIN_TRAINING_GROUP_ID" => ""
];

Example

reference src/Examples