sys_user.json 573 B

1234567891011121314151617181920212223
  1. [
  2. {
  3. "tenant_id": 1,
  4. "username": "admin",
  5. "password": "$2b$12$e2IJgS/cvHgJ0H3G7Xa08OXoXnk6N/NX3IZRtubBDElA0VLZhkNOa",
  6. "name": "超级管理员",
  7. "mobile": null,
  8. "email": null,
  9. "gender": "0",
  10. "avatar": "https://service.fastapiadmin.com/api/v1/static/image/avatar.png",
  11. "is_superuser": true,
  12. "last_login": null,
  13. "gitee_login": null,
  14. "github_login": null,
  15. "wx_login": null,
  16. "qq_login": null,
  17. "dept_id": 1,
  18. "status": "0",
  19. "description": "超级管理员",
  20. "created_id": null,
  21. "updated_id": null
  22. }
  23. ]