Files
FastapiAdmin/backend/sql/sys_user.json
T
zhangtao 3f472d1e89 refactor: 重构存储与工作流模块,调整目录结构与初始化逻辑
1.  迁移存储模块功能到工作流模块,合并冗余代码
2.  调整环境配置加载路径与初始化脚本目录
3.  更新文档与前端组件代码适配重构
4.  新增工作流相关CRUD、模型与迁移文件
5.  移除过期模块与冗余代码,优化日志配置
2026-09-03 21:55:31 +08:00

62 lines
2.0 KiB
JSON

[
{
"username": "super",
"password": "$pbkdf2-sha256$600000$XX20aO1v73xS0JnoewXNtw==$PEaVHV1N5L7PfYQw2lCAQOc4hAEyCiwsGR48/jgVBjU=",
"name": "超级管理员",
"mobile": "13800138000",
"email": "super@example.com",
"gender": "0",
"avatar": "https://service.fastapiadmin.com/api/v1/static/image/avatar.png",
"is_superuser": true,
"last_login": null,
"gitee_login": null,
"github_login": null,
"wx_login": null,
"qq_login": null,
"dept_id": 1,
"status": 0,
"description": "系统超级管理员",
"created_id": null,
"updated_id": null
},
{
"username": "admin",
"password": "$pbkdf2-sha256$600000$XX20aO1v73xS0JnoewXNtw==$PEaVHV1N5L7PfYQw2lCAQOc4hAEyCiwsGR48/jgVBjU=",
"name": "管理员",
"mobile": "13800138001",
"email": "admin@example.com",
"gender": "0",
"avatar": "https://service.fastapiadmin.com/api/v1/static/image/avatar.png",
"is_superuser": true,
"last_login": null,
"gitee_login": null,
"github_login": null,
"wx_login": null,
"qq_login": null,
"dept_id": 1,
"status": 0,
"description": "系统管理员",
"created_id": 1,
"updated_id": null
},
{
"username": "user",
"password": "$pbkdf2-sha256$600000$XX20aO1v73xS0JnoewXNtw==$PEaVHV1N5L7PfYQw2lCAQOc4hAEyCiwsGR48/jgVBjU=",
"name": "普通用户",
"mobile": "13800138002",
"email": "user@example.com",
"gender": "0",
"avatar": "https://service.fastapiadmin.com/api/v1/static/image/avatar.png",
"is_superuser": false,
"last_login": null,
"gitee_login": null,
"github_login": null,
"wx_login": null,
"qq_login": null,
"dept_id": 1,
"status": 0,
"description": "普通用户",
"created_id": 1,
"updated_id": null
}
]