mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-23 21:18:09 +00:00
refactor(代码生成): 重构代码生成相关组件和路由路径 feat(WebSocket): 添加WebSocket支持并配置Nginx代理 fix(用户管理): 移除超级管理员过滤并调整用户数据 feat(定时任务): 完善定时任务日志功能并添加相关API style(前端): 优化AI助手界面样式和提示文本 chore(初始化数据): 清理和更新系统初始化数据 perf(前端): 优化表格操作列宽度和按钮样式 docs(注释): 更新控制器注释以反映模块变更
32 lines
881 B
JSON
32 lines
881 B
JSON
[
|
|
{
|
|
"username": "admin",
|
|
"password": "$2b$12$e2IJgS/cvHgJ0H3G7Xa08OXoXnk6N/NX3IZRtubBDElA0VLZhkNOa",
|
|
"name": "管理员",
|
|
"mobile": "15382112222",
|
|
"email": "admin@qq.com",
|
|
"gender": "0",
|
|
"avatar": "https://service.fastapiadmin.com/api/v1/static/image/avatar.png",
|
|
"status": true,
|
|
"is_superuser": true,
|
|
"last_login": null,
|
|
"dept_id": 1,
|
|
"description": "管理员",
|
|
"creator_id": 1
|
|
},
|
|
{
|
|
"username": "demo",
|
|
"password": "$2b$12$e2IJgS/cvHgJ0H3G7Xa08OXoXnk6N/NX3IZRtubBDElA0VLZhkNOa",
|
|
"name": "演示用户",
|
|
"mobile": "15382112121",
|
|
"email": "demo@qq.com",
|
|
"gender": "0",
|
|
"avatar": "https://service.fastapiadmin.com/api/v1/static/image/avatar.png",
|
|
"status": true,
|
|
"is_superuser": false,
|
|
"last_login": null,
|
|
"dept_id": 1,
|
|
"description": "演示用户",
|
|
"creator_id": 1
|
|
}
|
|
] |