代码提交

This commit is contained in:
黄少君
2023-11-14 17:21:03 +08:00
parent d0b337c596
commit dcab74274f
567 changed files with 22414 additions and 7375 deletions

4
utils/config.js Normal file
View File

@ -0,0 +1,4 @@
// 缓存key
export const CacheKey = {
PAY_INFO: 'pay_info', // 支付信息
}