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