Light12306/12306聊天室协议.txt
2014-08-13 00:14:00 +08:00

30 lines
711 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

聊天服务器定义
[
{
"id": "1",
"name": "全国大区1",
"status": "full",
"onlinecount": 2000,
"category": 0,
"url": "ws://test.fishlee.net/chathandler.ashx/room1"
},
{
"id": "2",
"name": "全国大区2",
"status": "ok",
"onlinecount": 1533,
"category": 0,
"url": "ws://test.fishlee.net/chathandler.ashx/room2"
}
]
聊天操作。发送消息
1.进入房间
{action:"join", roomid:"room1", user:"iccfish", nickName:"木鱼"}
2.发送消息
{action:"send", target:"@iccfish [私聊]", content:"消息内容", color:"red"}
3.接收消息
{action:"receive", items: [ source:"木鱼(@iccfish)", time:"14:28:39", content:"消息内容", color:"red", specid:0 ]}
specid:比特位1-系统消息2-私聊4-预置8-预置16-预置32-预置