Files
2023-11-14 17:21:03 +08:00

5 lines
83 B
JavaScript

// 缓存key
export const CacheKey = {
PAY_INFO: 'pay_info', // 支付信息
}