$tokenGetter
$tokenGetter : \TokenGetterForAlicom
Class MsgDemo
$tokenGetter : \TokenGetterForAlicom
receiveMsg(string $messageType, string $queueName, callable $callback)
获取消息
string | $messageType | 消息类型 |
string | $queueName | 在云通信页面开通相应业务消息后,就能在页面上获得对应的queueName |
callable | $callback |
回调仅接受一个消息参数;
|
Loading…