5 lines
83 B
JavaScript
5 lines
83 B
JavaScript
![]() |
// 缓存key
|
||
|
export const CacheKey = {
|
||
|
PAY_INFO: 'pay_info', // 支付信息
|
||
|
}
|