@@ -1,7 +1,7 @@
import { MsgBase, MsgType } from './MsgBase';
export class CmdMsg extends MsgBase {
- type: MsgType = 'cmd';
+ msgType: MsgType = 'cmd';
// 消息内容
msg: string;