spring
4 天以前 c6e93113bc2df7dbffd2f2ffe8b19c127d343614
src/types/global.d.ts
@@ -33,7 +33,7 @@
   * 响应数据
   */
  interface ResponseData<T = any> {
    code: string;
    code: number | string;
    data: T;
    msg: string;
  }