interface AjaxResult { code: string msg: string data: T } export default AjaxResult