From 03edb4bf5047934441733010a16ae7a1ebab8d2f Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 2 Apr 2018 10:59:26 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E9=85=8D=E7=BD=AE=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/service/WechatService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extend/service/WechatService.php b/extend/service/WechatService.php index 1026279c8..1325b76b7 100644 --- a/extend/service/WechatService.php +++ b/extend/service/WechatService.php @@ -41,8 +41,8 @@ use think\Exception; * @method \WeChat\Template template() static 模板消息 * @method \WeChat\User user() static 微信粉丝管理 * @method \WeChat\Wifi wifi() static 门店WIFI管理 - * @method void wechat() static 第三方微信工具 - * @method void config() static 第三方配置工具 + * @method object wechat() static 第三方微信工具 + * @method object config() static 第三方配置工具 */ class WechatService {