From 6107b3247f55b5c50b240f9df7994fa048057e93 Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 28 Sep 2017 10:15:56 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E5=A4=8D=E5=9B=A0?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AF=BC=E8=87=B4common=E7=9A=84use=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/common.php b/application/common.php index 5542e86d9..541349d6a 100644 --- a/application/common.php +++ b/application/common.php @@ -18,6 +18,7 @@ use service\FileService; use service\NodeService; use service\SoapService; use think\Db; +use Wechat\Loader; /** * 打印输出数据到文件 @@ -45,7 +46,7 @@ function mongo($col, $force = false) /** * 获取微信操作对象 - * @param string $name + * @param string $type * @return \Wechat\WechatMedia|\Wechat\WechatMenu|\Wechat\WechatOauth|\Wechat\WechatPay|\Wechat\WechatReceive|\Wechat\WechatScript|\Wechat\WechatUser|\Wechat\WechatExtends|\Wechat\WechatMessage * @throws Exception */