gtsoft-snail-job-admin/packages/axios/src/constant.ts
2024-06-26 17:30:11 +08:00

6 lines
143 B
TypeScript

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