bugfix
This commit is contained in:
parent
6acdafbe16
commit
89a5cf65a3
@ -19,10 +19,12 @@ try:
|
||||
recs = await sor.sqlExe(sql, ns)
|
||||
if len(recs):
|
||||
r = recs[0]
|
||||
r.apikey = password_decode(r.apikey)
|
||||
return {
|
||||
"status":"ok",
|
||||
"data":r
|
||||
}
|
||||
|
||||
return {
|
||||
"status": "error",
|
||||
"data": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user