From 44bacc399025289d629fda06698763298732bca6 Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 18 Jul 2019 15:08:58 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E5=BC=80?= =?UTF-8?q?=E6=94=BE=E5=B9=B3=E5=8F=B0=E6=8E=88=E6=9D=83=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/service/handler/PublishHandler.php | 6 +++--- .../store/view/config/index-store-message2.html | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/application/service/handler/PublishHandler.php b/application/service/handler/PublishHandler.php index 9a564e3bd..a704f4f0d 100644 --- a/application/service/handler/PublishHandler.php +++ b/application/service/handler/PublishHandler.php @@ -37,8 +37,8 @@ class PublishHandler * @param string $appid * @return string * @throws \WeChat\Exceptions\InvalidDecryptException - * @throws \think\Exception - * @throws \think\exception\PDOException + * @throws \WeChat\Exceptions\InvalidResponseException + * @throws \WeChat\Exceptions\LocalCacheException */ public static function handler($appid) { @@ -55,7 +55,7 @@ class PublishHandler return $wechat->text('TESTCOMPONENT_MSG_TYPE_TEXT_callback')->reply([], true); } else { $key = str_replace("QUERY_AUTH_CODE:", '', $receive['Content']); - WechatService::instance('Service')->getQueryAuthorizerInfo($key); + WechatService::service()->getQueryAuthorizerInfo($key); return $wechat->text("{$key}_from_api")->reply([], true); } case 'event': diff --git a/application/store/view/config/index-store-message2.html b/application/store/view/config/index-store-message2.html index 3d93154bd..0d689c04c 100644 --- a/application/store/view/config/index-store-message2.html +++ b/application/store/view/config/index-store-message2.html @@ -15,14 +15,14 @@