This commit is contained in:
yumoqing 2026-05-20 21:15:43 +08:00
parent 6a87e8a53f
commit 79466e1cb6

View File

@ -34,7 +34,6 @@ try:
return {
"status": "ok"
"data": ns
}
}
except Exception as e:
return {
@ -43,4 +42,3 @@ except Exception as e:
"message": f'{e}'
}
}
return UiError(title='create apikey', message='add apikey error')