|
@@ -73,8 +73,8 @@ class Message extends Api
|
|
$notification->setIncludedSegments([$segment]);
|
|
$notification->setIncludedSegments([$segment]);
|
|
$data['push_para']=$url;
|
|
$data['push_para']=$url;
|
|
$data['push_type']=$type;
|
|
$data['push_type']=$type;
|
|
|
|
+ $data['title']=$title;
|
|
$notification->setData($data);
|
|
$notification->setData($data);
|
|
- $notification->setSubtitle($title);
|
|
|
|
return $notification;
|
|
return $notification;
|
|
}
|
|
}
|
|
|
|
|