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');
         }