From 48c5c2fd35c10fa6a6e0ef1ed63a7cb200235e28 Mon Sep 17 00:00:00 2001 From: Anyon <zoujingli@qq.com> Date: Mon, 19 Mar 2018 13:59:12 +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=E6=A8=A1=E5=BC=8F=E5=85=BC=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/service/WechatService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/service/WechatService.php b/extend/service/WechatService.php index ccf2e8b57..a0a187530 100644 --- a/extend/service/WechatService.php +++ b/extend/service/WechatService.php @@ -70,7 +70,7 @@ class WechatService 'cachepath' => env('cache_path') . 'wechat' . DIRECTORY_SEPARATOR, ]; if (in_array(strtolower($name), ['wechat', 'config'])) { - $name = 'receive'; + $name = 'user'; } $type = '\\WeChat\\' . ucfirst(strtolower($name)); return new $type($config);