Wang Chen 4 năm trước cách đây
mục cha
commit
818f5e7480
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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');
         }