- 有人进入托管倒计时消息
MJ_ALLN_STARTTRUSTEESHIPCD
{
"site":"", //进入托管倒计时的玩家座位号
"time": "",//倒计时间
"messageType":"MJ_ALLN_STARTTRUSTEESHIPCD",//消息类型
"success": true
}
- 有人结束托管倒计时消息
MJ_ALLN_ENDTRUSTEESHIPCD
{
"site":"", //结束托管倒计时的玩家座位号
"messageType": "MJ_ALLN_ENDTRUSTEESHIPCD",//消息类型
"success": true
}
- 有人已托管通知消息
MJ_ALLN_TRUSTEESHIP
{
"site":"", //已托管玩家座位号
"messageType": "MJ_ALLN_TRUSTEESHIP",//消息类型
"success": true
}
- 取消托管
前台Send参数:
destination:/ ws/club/ sendCancelTrusteeship
headers:{MesType:'MJ_SEND_CANCELTRUSTEESHIP'}
无参数:
返回取消托管结果。
{
"messageType": "MJ_SELF_CANCELTRUSTEESHIPRESULT",
"success": true
"reason": “取消托管成功!”
}
- 通知其他3人XXX取消托管消息
MJ_ALLN_CANCELTRUSTEESHIP
{
"site":"", //取消托管玩家座位号
"messageType": "MJ_ALLN_CANCELTRUSTEESHIP",//消息类型
"success": true
}









网友评论