bugfix
This commit is contained in:
parent
ccc3233bf2
commit
b584cf07c3
@ -22,3 +22,5 @@ async with db.sqlorContext(dbname) as sor:
|
||||
"expired_date": '9999-12-31'
|
||||
}
|
||||
await sor.C('downapikey', ns1)
|
||||
return UiMessage(title="create apikey", message=f'appid={ns['id']}, apikey={ns1['apikey']}, secretkey={ns['secretkey'}')
|
||||
return UiError(title='create apikey', message='add apikey error')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user