wupengfei
2 天以前 6e9df378f1c0d10af1a0eddc5afeaa2787213ec9
apps/housekeepingMiniApp/src/utils/request/index.ts
@@ -47,9 +47,9 @@
  REDIRECT = 9,
}
// 与后端约定的响应数据格式
interface ResponseStructure {
export interface ResponseStructure<TData = any> {
  success: boolean;
  data: any;
  data: TData;
  /**
   * http状态吗
   */