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