如何使用PHP在QuickBlox中发送类型系统通知的消息? 我正在使用以下内容来构建系统通知。
$data = array(
'recipient_id' => 26046325,
'type' => 'headline',
'action' => 'call',
'message' => 'Hello ',
'command' => 'encrypted command',
'moduleIdentifier' => 'SystemNotifications',
);
但邮件正在作为普通聊天消息而非系统通知传递。
答案 0 :(得分:0)
目前无法通过REST API
进行此操作您只能通过XMPP API
来完成