Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
chensiyu
/
ax-backend
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
f15dc6cbc1
Branches
Tags
master
ax-backend
/
app
/
api
/
v1
/
__init__.py
__init__.py
87 B
Historique
Raw
1
2
3
def ok(data: dict) -> dict:
return {"code": 0, "message": "Success", "data": data}