mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-24 05:26:58 +00:00
本次提交包含多项优化和清理工作: 1. 新增订单类型枚举BUY,调整定时任务状态显示逻辑 2. 优化Redis连接配置,重构认证逻辑减少重复代码 3. 移除大量初始化演示数据、过期的租户与角色配置 4. 简化调度器状态存储,不再写入配置表而是内存缓存 5. 修复插件开关状态存储逻辑,调整字典数据标签与值 6. 优化WebSocket聊天处理,完善错误处理流程 7. 清理冗余导入与废弃的操作日志过滤逻辑
87 lines
2.5 KiB
JSON
87 lines
2.5 KiB
JSON
[
|
|
{
|
|
"tenant_id": 1,
|
|
"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
|
|
},
|
|
{
|
|
"tenant_id": 1,
|
|
"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": 2,
|
|
"status": 0,
|
|
"description": "技术部门管理员",
|
|
"created_id": 1,
|
|
"updated_id": null
|
|
},
|
|
{
|
|
"tenant_id": 1,
|
|
"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": 3,
|
|
"status": 0,
|
|
"description": "后端开发工程师",
|
|
"created_id": 1,
|
|
"updated_id": null
|
|
},
|
|
{
|
|
"tenant_id": 2,
|
|
"username": "test_admin",
|
|
"password": "$pbkdf2-sha256$600000$E8jfd18sWu7N9DWsx/nYKg==$9DNKCv+dm1QDvYXwpQlZH6e7trYp1WCPdsvSyzXwuo0=",
|
|
"name": "测试管理员",
|
|
"mobile": "13800138001",
|
|
"email": "test@fastapiadmin.com",
|
|
"status": 0,
|
|
"is_superuser": false,
|
|
"description": "测试租户管理员"
|
|
},
|
|
{
|
|
"tenant_id": 2,
|
|
"username": "test_user",
|
|
"password": "$pbkdf2-sha256$600000$E8jfd18sWu7N9DWsx/nYKg==$9DNKCv+dm1QDvYXwpQlZH6e7trYp1WCPdsvSyzXwuo0=",
|
|
"name": "测试用户",
|
|
"mobile": "13800138002",
|
|
"email": "test2@fastapiadmin.com",
|
|
"status": 0,
|
|
"is_superuser": false,
|
|
"description": "测试租户普通用户"
|
|
}
|
|
] |