Wang Chen 4 سال پیش
والد
کامیت
57d0af282f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/Modules/Push/Services/PushMessageService.php

+ 1 - 1
app/Modules/Push/Services/PushMessageService.php

@@ -27,7 +27,7 @@ class PushMessageService
      * @throws ApiException
      * @throws GuzzleException
      */
-    public static function pushMessageToUser($uid, $title, $content, $url): bool
+    public static function pushMessageToUser($uid, $title, $content, $url)
     {
         // 获取用户push信息
         $pushUser  = QappPushUser::getPushUserByUid($uid);