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