mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-22 13:05:18 +00:00
- 将系统表前缀从'system_'统一改为'sys_',包括用户、角色、部门等核心表 - 优化数据权限检查逻辑,支持初始化场景跳过权限验证 - 更新初始化脚本和模型模板,确保与新的表结构兼容 - 修复字典服务中is_default字段类型定义问题 - 调整控制台显示的数据库类型描述 - 添加业务逻辑文档,详细说明系统架构和核心功能 docs: 添加系统业务逻辑文档和多租户设计参考
26 lines
642 B
JSON
26 lines
642 B
JSON
[
|
|
{
|
|
"username": "admin",
|
|
"password": "$2b$12$e2IJgS/cvHgJ0H3G7Xa08OXoXnk6N/NX3IZRtubBDElA0VLZhkNOa",
|
|
"name": "超级管理员",
|
|
"mobile": null,
|
|
"email": null,
|
|
"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,
|
|
"user_type": "0",
|
|
"salt": "123456",
|
|
"dept_id": 1,
|
|
"status": "0",
|
|
"description": "超级管理员",
|
|
"tenant_id": 1,
|
|
"customer_id": null,
|
|
"created_id": null,
|
|
"updated_id": null
|
|
}
|
|
] |