def ok(data: dict) -> dict: return {"code": 0, "message": "Success", "data": data}