1
0
mirror of https://gitee.com/zoujingli/WeChatDeveloper.git synced 2025-04-06 03:58:03 +08:00

Merge pull request from taochangle/patch-3

微信草稿箱、发布能力接口添加
This commit is contained in:
邹景立 2021-12-26 16:45:49 +08:00 committed by GitHub
commit a9ac77c30d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
We.php

@ -51,6 +51,8 @@ use WeChat\Exceptions\InvalidInstanceException;
* @method \WeChat\Template WeChatTemplate($options = []) static 微信模板消息
* @method \WeChat\User WeChatUser($options = []) static 微信粉丝管理
* @method \WeChat\Wifi WeChatWifi($options = []) static 微信门店WIFI管理
* @method \WeChat\Draft WeChatDraft($options = []) static 微信草稿箱
* @method \WeChat\Freepublish WeChatFreepublish($options = []) static 微信发布能力
*
* ----- WeMini -----
* @method \WeMini\Crypt WeMiniCrypt($options = []) static 小程序数据加密处理