|
@@ -68,7 +68,7 @@ class Message extends Api
|
|
$notification->setIncludedSegments([$segment]);
|
|
$notification->setIncludedSegments([$segment]);
|
|
$data['url']='https://www.westkiss.com/';
|
|
$data['url']='https://www.westkiss.com/';
|
|
$data['type']=0;
|
|
$data['type']=0;
|
|
- $jsons = json_encode($data);
|
|
|
|
|
|
+ $jsons = json($data);
|
|
$notification->setData($jsons);
|
|
$notification->setData($jsons);
|
|
return $notification;
|
|
return $notification;
|
|
}
|
|
}
|