|
@@ -72,6 +72,8 @@ class Message extends Api
|
|
$notification->setAppId('6bbd561f-4d8e-4d04-a6c4-dbef1bf99694');
|
|
$notification->setAppId('6bbd561f-4d8e-4d04-a6c4-dbef1bf99694');
|
|
$notification->setContents($content);
|
|
$notification->setContents($content);
|
|
$notification->setIncludedSegments([$segment]);
|
|
$notification->setIncludedSegments([$segment]);
|
|
|
|
+ $notification->setIosBadgeType('Increase');
|
|
|
|
+ $notification->setIosBadgeCount(1);
|
|
$data['push_para']=$url;
|
|
$data['push_para']=$url;
|
|
$data['push_type']=$type;
|
|
$data['push_type']=$type;
|
|
$data['title']=$title;
|
|
$data['title']=$title;
|