1
This commit is contained in:
6
app/core/card_key_types.py
Normal file
6
app/core/card_key_types.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""卡密类型常量。"""
|
||||
|
||||
CARD_TYPE_DURATION = "时长"
|
||||
CARD_TYPE_POINTS = "点数"
|
||||
|
||||
CARD_KEY_TYPES = frozenset({CARD_TYPE_DURATION, CARD_TYPE_POINTS})
|
||||
Reference in New Issue
Block a user