This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
/** 候选地址 → 询价 单会话 TTL(秒) */
export const QUOTE_SESSION_TTL_SECONDS = 600;
export const QUOTE_SESSION_REDIS_PREFIX = "quote_session:";