1
This commit is contained in:
commit
73656f9a26
@ -673,7 +673,7 @@ message SMGuildGainExp
|
|||||||
//发送聊天消息
|
//发送聊天消息
|
||||||
message CMSendChatMsg
|
message CMSendChatMsg
|
||||||
{
|
{
|
||||||
optional int32 chat_channel = 1; //聊天频道 1: 世界 2:好友 3:战队
|
optional int32 chat_channel = 1; //聊天频道 1: 世界 2:好友 3:战队 4:小队(这时target表示队伍Id) 5:大喇叭 6:跑马灯(只能收不能发)
|
||||||
optional string target = 2; //目标
|
optional string target = 2; //目标
|
||||||
optional int32 msg_type = 3; ////消息类型 0:文本消息(json) 1:自定义协议 (json) 2:纯文本(但是任会做屏蔽字替换)
|
optional int32 msg_type = 3; ////消息类型 0:文本消息(json) 1:自定义协议 (json) 2:纯文本(但是任会做屏蔽字替换)
|
||||||
optional string msg_body = 4; //消息内容
|
optional string msg_body = 4; //消息内容
|
||||||
|
Loading…
x
Reference in New Issue
Block a user