v2.0.1更新

This commit is contained in:
2026-05-26 08:39:12 +08:00
parent cb0c367eb7
commit c575d711ee
34 changed files with 750 additions and 204 deletions

View File

@@ -212,7 +212,8 @@ async def add_conduct_points(request: Request, req: AddPointsRequest):
points_change=req.points_change,
reason=req.reason,
recorder_id=user["user_id"],
recorder_name=user["username"]
recorder_name=user["real_name"],
related_type=req.related_type
)
if result["success"]:
try: