Compare commits
2 Commits
962c1c88db
...
86af68bbd0
| Author | SHA1 | Date |
|---|---|---|
|
|
86af68bbd0 | |
|
|
19cf1339f5 |
3
main.py
3
main.py
|
|
@ -77,7 +77,8 @@ async def getvolume(get: CL.CL_GET_VOLUMES,api_key: APIKey = Depends(auth.get_ap
|
||||||
if not result:
|
if not result:
|
||||||
return False
|
return False
|
||||||
else:
|
else:
|
||||||
return result
|
for i in result:
|
||||||
|
return f"{id:1,result[0][0]}"
|
||||||
|
|
||||||
@app.post("/info/getclient")
|
@app.post("/info/getclient")
|
||||||
async def getclient(get: CL.CL_GET_CLIENT,api_key: APIKey = Depends(auth.get_api_key)):
|
async def getclient(get: CL.CL_GET_CLIENT,api_key: APIKey = Depends(auth.get_api_key)):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue