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