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