f8/f8/im_msgid.proto
aozhiwei 9ffd860416 1
2022-12-12 15:56:39 +08:00

9 lines
108 B
Protocol Buffer

package im;
//消息id定义
enum IMMessageId_e
{
_IMSocketConnect = 1;
_IMSocketDisconnect = 2;
}