index.adoc 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. = 安防项目
  2. [width="100%",options="header"]
  3. [stripes=even]
  4. |====================
  5. |Version | Update Time | Status | Author | Description
  6. |v2022-04-21 16:57:08|2022-04-21 16:57:08|auto|@yq|Created by smart-doc
  7. |====================
  8. == <p>参数配置表 前端控制器</p>
  9. == <p>部门信息</p>
  10. === 查看部门信息
  11. *URL:* http:10.23.39.1:8082/sysDept/list
  12. *Type:* POST
  13. *Author:* ya
  14. *Content-Type:* application/json; charset=utf-8
  15. *Body-parameters:*
  16. [width="100%",options="header"]
  17. [stripes=even]
  18. |====================
  19. |Parameter | Type|Description|Required|Since
  20. |deptId|int64|部门id|false|-
  21. |parentId|int64|父部门id|false|-
  22. |ancestors|string|祖级列表|false|-
  23. |deptName|string|部门名称|false|-
  24. |orderNum|int32|显示顺序|false|-
  25. |leader|string|负责人|false|-
  26. |phone|string|联系电话|false|-
  27. |email|string|邮箱|false|-
  28. |status|string|部门状态(0正常 1停用)|false|-
  29. |delFlag|string|删除标志(0代表存在 2代表删除)|false|-
  30. |createBy|string|创建者|false|-
  31. |createTime|string|创建时间|false|-
  32. |updateBy|string|更新者|false|-
  33. |updateTime|string|更新时间|false|-
  34. |bId|int64|建筑id|false|-
  35. |====================
  36. *Response-fields:*
  37. [width="100%",options="header"]
  38. [stripes=even]
  39. |====================
  40. |Field | Type|Description|Since
  41. |status|object|No comments found.|-
  42. |code|string|No comments found.|-
  43. |msg|string|No comments found.|-
  44. |data|object|No comments found.|-
  45. |└─deptId|int64|部门id|-
  46. |└─parentId|int64|父部门id|-
  47. |└─ancestors|string|祖级列表|-
  48. |└─deptName|string|部门名称|-
  49. |└─orderNum|int32|显示顺序|-
  50. |└─leader|string|负责人|-
  51. |└─phone|string|联系电话|-
  52. |└─email|string|邮箱|-
  53. |└─status|string|部门状态(0正常 1停用)|-
  54. |└─delFlag|string|删除标志(0代表存在 2代表删除)|-
  55. |└─createBy|string|创建者|-
  56. |└─createTime|string|创建时间|-
  57. |└─updateBy|string|更新者|-
  58. |└─updateTime|string|更新时间|-
  59. |└─bId|int64|建筑id|-
  60. |exception|string|No comments found.|-
  61. |====================
  62. *Response-example:*
  63. ----
  64. {
  65. "status": {
  66. },
  67. "code": "97564",
  68. "msg": "wnr5qt",
  69. "data": [
  70. {
  71. "deptId": 540,
  72. "parentId": 858,
  73. "ancestors": "o5lg60",
  74. "deptName": "文.沈",
  75. "orderNum": 260,
  76. "leader": "ufz93p",
  77. "phone": "17852835049",
  78. "email": "智渊.徐@yahoo.com",
  79. "status": "nu6cnp",
  80. "delFlag": "72oiji",
  81. "createBy": "5fxr6j",
  82. "createTime": "2022-04-21 16:57:10",
  83. "updateBy": "4kcs4e",
  84. "updateTime": "2022-04-21 16:57:10",
  85. "bId": 977
  86. }
  87. ],
  88. "exception": "53u6bg"
  89. }
  90. ----
  91. == <p>用户信息表 前端控制器</p>