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