declare namespace SERVICE { interface DataType { code: string msg: string timestamp: string data: T ok: boolean } // 返回的结果是否需要DataType包裹 type WrapDateType = true }