sys_user.json 553 B

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