[更新]修正群发速度设置接口

This commit is contained in:
Anyon 2018-03-15 10:25:22 +08:00
parent 3414f6e621
commit 254d9a39c1

View File

@ -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]);
}