From e21f1c841519dc952eaeab764f27ecd35082acd9 Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 26 Mar 2018 15:43:31 +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=E5=8F=82=E6=95=B0=E9=A1=BA=E5=BA=8F?= 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 147bf4e05..ee0d400da 100644 --- a/application/wechat/controller/api/Push.php +++ b/application/wechat/controller/api/Push.php @@ -63,7 +63,7 @@ class Push if (empty($this->appid) || empty($this->openid) || empty($this->receive)) { throw new Exception('微信API实例缺失必要参数[appid,openid,event].'); } - return $this->call($this->openid, $this->appid, $this->receive); + return $this->call($this->appid, $this->openid, $this->receive); } /**