rpc 发送websocket消息

parent 047586a6
...@@ -10,5 +10,5 @@ namespace Meibuyu\Micro\Service\Interfaces; ...@@ -10,5 +10,5 @@ namespace Meibuyu\Micro\Service\Interfaces;
interface SocketIoServiceInterface interface SocketIoServiceInterface
{ {
public function sendToUsers(); public function sendToUsers(array $userIdList, $message);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment