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