@@ -100,7 +100,7 @@ class VPush
public function sendMessage()
{
// 参数判断
- $this->checkParam(true);
+ $this->checkParam();
if (!$this->_taskId) {
throw new InvalidArgumentException('VIVO推送必须要设置taskId');
}