wupengfei
3 天以前 ba3688118df8c86630d4fe7c9c0144562e71807c
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状态吗
   */