chenhj
2025-07-29 ac599197755d425fe28b7597f2cedbd28b6bd44a
src/types/global.d.ts
@@ -33,7 +33,7 @@
   * 响应数据
   */
  interface ResponseData<T = any> {
    code: string;
    code: number | string;
    data: T;
    msg: string;
  }