This commit is contained in:
yumoqing 2025-09-01 11:56:55 +08:00
parent 4b5e27e3e9
commit a09e663dca

View File

@ -17,7 +17,7 @@ async with db.sqlorContext(dbname) as sor:
"id": uuid(),
"dappid": ns['id'],
"userid": userid,
"apikey": password_encode(uid()),
"apikey": password_encode(uuid()),
"enabled_date": curDateString(),
"expired_date": '9999-12-31'
}