Wang Chen пре 4 година
родитељ
комит
818f5e7480
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Libs/Push/VPush/VPush.php

+ 1 - 1
app/Libs/Push/VPush/VPush.php

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