0
如何使用PHP在QuickBlox中發送System Notification類型的消息? 我正在使用以下內容來構建系統通知。如何使用PHP在QuickBlox中發送System Notification類型的消息?
$data = array(
'recipient_id' => 26046325,
'type' => 'headline',
'action' => 'call',
'message' => 'Hello ',
'command' => 'encrypted command',
'moduleIdentifier' => 'SystemNotifications',
);
但消息被傳遞爲正常的聊天消息,而不是系統的通知。
http://stackoverflow.com/questions/37683983/quickblox-rest-api-for-system做 - 通知/ 37835030#37835030 - 類似的問題得到了一個答案,但這並不令人滿意 –