2
0
Files
fe.wfc.user/packages/axios/src/constant.ts
2024-11-14 11:06:38 +08:00

6 lines
154 B
TypeScript

/** request id key */
export const REQUEST_ID_KEY = 'X-Request-Id';
/** the backend error code key */
export const BACKEND_ERROR_CODE = 'BACKEND_ERROR';