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