bugfix
This commit is contained in:
parent
4b5e27e3e9
commit
a09e663dca
@ -17,7 +17,7 @@ async with db.sqlorContext(dbname) as sor:
|
|||||||
"id": uuid(),
|
"id": uuid(),
|
||||||
"dappid": ns['id'],
|
"dappid": ns['id'],
|
||||||
"userid": userid,
|
"userid": userid,
|
||||||
"apikey": password_encode(uid()),
|
"apikey": password_encode(uuid()),
|
||||||
"enabled_date": curDateString(),
|
"enabled_date": curDateString(),
|
||||||
"expired_date": '9999-12-31'
|
"expired_date": '9999-12-31'
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user