Please enable JavaScript in your browser!
Inicio
Explorar
Axuda
Iniciar sesión
chensiyu
/
ax-backend-v1
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
0ec2ca1cd0
Ramas
Etiquetas
master
ax-backend-v1
/
app
/
api
/
v1
/
__init__.py
__init__.py
87 B
Histórico
Raw
1
2
3
def ok(data: dict) -> dict:
return {"code": 0, "message": "Success", "data": data}