mirror of
https://github.com/ccmjga/zhilu-admin
synced 2026-03-14 13:43:42 +08:00
fix bugs
This commit is contained in:
@@ -904,12 +904,23 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/department/query": {
|
||||
"/department/query-available": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"department-controller"
|
||||
],
|
||||
"operationId": "queryDepartments",
|
||||
"operationId": "queryAvailableParentDepartmentsBy",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "id",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
|
||||
Reference in New Issue
Block a user