This commit is contained in:
2026-03-14 10:02:49 +08:00
parent 03b50ef904
commit 830f75a334
75 changed files with 10677 additions and 2 deletions

4
consts/redis_key.go Normal file
View File

@@ -0,0 +1,4 @@
package consts
const QrCodeCount = "qrCodeCount:order:%s"
const QrCode = "qrCode:order:%s"