服务器状态:在线
在线用户数:0
服务端口:3000
当前时间:2026/1/22 下午12:39:48
1. 客户端连接:
ws://im.e123.shop?userId=用户ID
2. PHP推送消息:
$redis->publish('im:push', json_encode([
'type' => 'order',
'content' => '消息内容',
'toUserId' => '123',
'msgId' => '唯一ID'
]));
3. 客户端接收完整JSON对象