mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +09:00
알림 기능 구현FCM은 테스트 완료
This commit is contained in:
parent
07e28b4ef9
commit
347152e163
9 changed files with 127 additions and 55 deletions
|
|
@ -1514,7 +1514,6 @@ class ncenterliteController extends ncenterlite
|
|||
$oPush = new \Rhymix\Framework\Push();
|
||||
$oPush->setSubject($content);
|
||||
$oPush->setContent($args->extra_content);
|
||||
$oPush->setImage($args->extra_image);
|
||||
$oPush->setData($args->extra_data);
|
||||
$oPush->setURL($target_url);
|
||||
$oPush->addTo($args->member_srl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue