Fixed enable
This commit is contained in:
parent
4f920fe563
commit
cb5c11fae4
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ class CreateCardData(BaseModel):
|
||||||
counter: int = Query(0)
|
counter: int = Query(0)
|
||||||
tx_limit: int = Query(0)
|
tx_limit: int = Query(0)
|
||||||
daily_limit: int = Query(0)
|
daily_limit: int = Query(0)
|
||||||
enable: bool = Query(...)
|
enable: bool = Query(True)
|
||||||
k0: str = Query(ZERO_KEY)
|
k0: str = Query(ZERO_KEY)
|
||||||
k1: str = Query(ZERO_KEY)
|
k1: str = Query(ZERO_KEY)
|
||||||
k2: str = Query(ZERO_KEY)
|
k2: str = Query(ZERO_KEY)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue