|
@@ -66,6 +66,10 @@ 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]);
|
|
|
|
+ $data['url']='https://www.westkiss.com/';
|
|
|
|
+ $data['type']=0;
|
|
|
|
+ $jsons = json_encode($data);
|
|
|
|
+ $notification->setData($jsons);
|
|
return $notification;
|
|
return $notification;
|
|
}
|
|
}
|
|
|
|
|