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