9433cfb9创建于 2025年12月31日历史提交

export type CommonOptions = {
  success ?: (res: any) => void
  fail ?: (res : any) => void
}

export type testInovkeRequest = (options : CommonOptions) => void

export type testInovkeUploadFile = (options : CommonOptions) => void

export type testInovkeDownloadFile = (options : CommonOptions) => void