buhuazhen
2026-03-03 26cbae861ab0cb4b5d668030cea9f6d40da7d52f
src/types/global.d.ts
@@ -33,7 +33,7 @@
   * 响应数据
   */
  interface ResponseData<T = any> {
    code: string;
    code: number | string;
    data: T;
    msg: string;
  }