gq 7 年之前
父节点
当前提交
1d9042e295
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      server/app/Helper/JpushHelper.php

+ 1 - 1
server/app/Helper/JpushHelper.php

xqd
@@ -33,7 +33,7 @@ trait JpushHelper
                 $pusher->setNotificationAlert($title);
                 $pusher->options($options);
                 $pusher->send();
-                \Log::info("$regId");
+                \Log::info("$user->jpush");
                 \Log::info('jpush send!');
             } catch (\JPush\Exceptions\APIConnectionException $e) {
                 // try something here