fix(card): 新增渠道cic
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user