export interface IBody { code?: number; messge?: string; data?: T; }