/** 响应数据格式 * @param {'data'| 'origin'} responseData 防抖方式 * - data | 返回 res.data * - origin | 返回 res */ export type TResponseData = 'data' | 'origin'