施工(HEL-140): 手机端P4系统管理五页——账号资料/修改密码/会员状态/系统设置/会员管理

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
施工员
2026-08-25 12:16:31 +08:00
co-authored by multica-agent
parent 1fd69b1dcf
commit 092466d81c
3 changed files with 762 additions and 0 deletions
+1
View File
@@ -64,6 +64,7 @@ class AccountHttpMixin:
"username": str(self.auth_user["username"]),
"role": str(self.auth_user.get("role") or "user"),
"membership": service.membership(),
"created_at": str(self.auth_user.get("created_at") or ""),
},
"csrf_token": str(self.auth_user["csrf_token"]),
}