Files

5 lines
83 B
JavaScript
Raw Normal View History

2023-11-14 17:21:03 +08:00
// 缓存key
export const CacheKey = {
PAY_INFO: 'pay_info', // 支付信息
}