This commit is contained in:
aozhiwei 2020-06-18 20:09:31 +08:00
parent 750a4f65c0
commit 0913f39bd4

View File

@ -4,7 +4,8 @@ import "cs_proto.proto";
message MFIMMsgConext message MFIMMsgConext
{ {
optional cs.MFUserInfo user_info = 1; optional int64 seqid = 1;
optional cs.MFUserInfo user_info = 2;
} }
message MFIMServerInfo message MFIMServerInfo