export interface CCFlowResponse { data: T; code: string; msg: string; }