Files
reader-star/packages/axios/src/constant.ts

6 lines
152 B
TypeScript
Raw Normal View History

2026-01-16 13:06:44 +08:00
/** request id key */
export const REQUEST_ID_KEY = 'X-Request-Id'
/** the backend error code key */
export const BACKEND_ERROR_CODE = 'BACKEND_ERROR'