wupengfei
2 天以前 9d7d85f93b9e0b752d79559f5caac31fd2f00c82
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状态吗
   */