export interface RootObject{ code: number msg: string data: T } export interface RootWeatherObject{ result: string content: T }