fix(card): 新增渠道cic

This commit is contained in:
xingc
2025-05-06 21:51:02 +08:00
parent 2b6b53b13d
commit 30a03efd3b
5 changed files with 147 additions and 4 deletions

View File

@@ -32,6 +32,7 @@ class SupportPlatformType(enum.Enum):
GBTC = 'gbtc'
CCG = 'ccg'
BCTC = 'bctc'
CIC = 'cic'
class PlatformSourceType(enum.Enum):
@@ -41,6 +42,7 @@ class PlatformSourceType(enum.Enum):
GBTC = 'gbtc'
CCG = 'ccg'
BCTC = 'bctc'
CIC = 'cic'
OTHER = 'other'