From f1b019836fc2665dbcc1658d4f5da43bf827fc70 Mon Sep 17 00:00:00 2001
From: Anyon <zoujingli@qq.com>
Date: Fri, 22 Jun 2018 11:28:29 +0800
Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=AD=A3=E6=8E=A5?=
 =?UTF-8?q?=E5=8F=A3=E7=9B=B4=E6=8E=A5=E5=AF=B9=E6=8E=A5=E5=9B=9E=E5=A4=8D?=
 =?UTF-8?q?=E5=A4=84=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 application/wechat/controller/api/Push.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/application/wechat/controller/api/Push.php b/application/wechat/controller/api/Push.php
index 15b78a97a..748b51095 100644
--- a/application/wechat/controller/api/Push.php
+++ b/application/wechat/controller/api/Push.php
@@ -266,7 +266,7 @@ class Push
                     case 'news':
                         return $wechat->news($data['articles'])->reply([], true);
                     case 'customservice':
-                        WechatService::custom()->send(['touser' => $this->openid, 'msgtype' => 'text', "text" => $data['content']]);
+                        WechatService::WeChatCustom()->send(['touser' => $this->openid, 'msgtype' => 'text', "text" => $data['content']]);
                         return $wechat->transferCustomerService()->reply([], true);
                     default:
                         return 'success';