This commit is contained in:
DingZQ
2025-03-28 20:06:13 +08:00
parent 3e7258a55d
commit eb267803fe

View File

@@ -26,7 +26,7 @@ def get_user(name: str, user_name: str) -> dict[str, Any]:
return {}
d = {}
d['id'] = str(t['id'])
d['id'] = str(t['user_id'])
d['name'] = str(t['username'])
# d['password'] = str(t['password'])