@@ -128,5 +128,6 @@ export interface IMsgLog {
isSucceed: boolean;
phone: string;
data?: any;
- resule?: any;
+ result?: any;
+ ID: string;
}