This commit is contained in:
aozhiwei 2019-04-18 14:42:52 +08:00
parent 9720478090
commit 0a4bef9c26

View File

@ -603,8 +603,7 @@ message CMEmote
// //
message CMVoice message CMVoice
{ {
optional int32 mode = 1; // optional string download_url = 2; //
optional bytes msg = 2; //
} }
//endcmmsg //endcmmsg
@ -707,7 +706,6 @@ message SMDisconnectNotify
// //
message SMVoiceNotify message SMVoiceNotify
{ {
optional int32 mode = 1; //
optional string account_id = 2; //id optional string account_id = 2; //id
optional bytes msg = 3; // optional string download_url = 3; //
} }