From 254d9a39c1c86b5b9a4d856732688413d0a4d0cb Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 15 Mar 2018 10:25:22 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=AD=A3=E7=BE=A4?= =?UTF-8?q?=E5=8F=91=E9=80=9F=E5=BA=A6=E8=AE=BE=E7=BD=AE=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WeChat/Custom.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeChat/Custom.php b/WeChat/Custom.php index 50e86b6..bdd2887 100644 --- a/WeChat/Custom.php +++ b/WeChat/Custom.php @@ -244,7 +244,7 @@ class Custom extends BasicWeChat { $url = "https://api.weixin.qq.com/cgi-bin/message/mass/speed/set?access_token=ACCESS_TOKEN"; $this->registerApi($url, __FUNCTION__, func_get_args()); - return $this->httpPostForJson($url, []); + return $this->httpPostForJson($url, ['speed' => $speed]); }