mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-22 21:06:32 +00:00
refactor(application): 重构应用模块为门户应用,支持租户隔离 feat(portal): 添加门户应用管理功能 perf(health): 新增就绪探针检查,优化健康检查接口 fix(middleware): 修复请求日志中间件的异常处理 style(menu): 调整菜单表格列顺序,优化展示效果 style(table): 优化表格内操作按钮的焦点样式 docs: 更新README文档,修正智能体框架描述 chore(deps): 移除langchain相关依赖,更新项目依赖 test: 添加多租户相关测试用例 ci: 更新CI配置,支持多租户测试环境 build: 更新构建配置,支持租户插件
23 lines
573 B
JSON
23 lines
573 B
JSON
[
|
|
{
|
|
"tenant_id": 1,
|
|
"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,
|
|
"dept_id": 1,
|
|
"status": "0",
|
|
"description": "超级管理员",
|
|
"created_id": null,
|
|
"updated_id": null
|
|
}
|
|
] |