1
This commit is contained in:
parent
b806b068f4
commit
4c9b572079
@ -407,7 +407,7 @@ void Guild::_CMGuildChange(f8::MsgHdr& hdr, const cs::CMGuildChange& msg)
|
|||||||
}
|
}
|
||||||
|
|
||||||
cs::SMGuildChange respmsg;
|
cs::SMGuildChange respmsg;
|
||||||
FillGuildBasic(respmsg.mutable_guild_basic());
|
FillGuildBasic(respmsg.mutable_info());
|
||||||
GuildMgr::Instance()->ForwardGuildSMMsg(hdr.socket_handle,
|
GuildMgr::Instance()->ForwardGuildSMMsg(hdr.socket_handle,
|
||||||
forward_msg->context(),
|
forward_msg->context(),
|
||||||
respmsg);
|
respmsg);
|
||||||
|
@ -463,7 +463,7 @@ message SMGuildChange
|
|||||||
{
|
{
|
||||||
optional int32 errcode = 1; //错误码
|
optional int32 errcode = 1; //错误码
|
||||||
optional string errmsg = 2; //错误信息
|
optional string errmsg = 2; //错误信息
|
||||||
optional MFGuildBasic guild_basic = 3; //公会信息
|
optional MFGuildBasic info = 3; //公会信息
|
||||||
}
|
}
|
||||||
|
|
||||||
//查询公会
|
//查询公会
|
||||||
|
@ -353,3 +353,20 @@ message SS_IM_GuildMemberUpdateResponse
|
|||||||
{
|
{
|
||||||
optional int64 seqid = 1;
|
optional int64 seqid = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
message SS_IM_RefeshGuildMemberInfo
|
||||||
|
{
|
||||||
|
optional MFIMMsgConext context = 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
message SS_GS_QueryGuildUserOnlineState
|
||||||
|
{
|
||||||
|
optional MFIMMsgConext context = 1;
|
||||||
|
repeated string account_ids = 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
message SS_IM_PushGuildUserOnlineState
|
||||||
|
{
|
||||||
|
optional MFIMMsgConext context = 1;
|
||||||
|
repeated cs.MFUserInfo user_infos = 2;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user