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