mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-12-24 08:12:55 +08:00
修复获取下一审批节点
This commit is contained in:
@@ -118,6 +118,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/admin/flow/flow_apply/back": {
|
||||
"post": {
|
||||
"tags": [
|
||||
"flow_history-流程历史"
|
||||
],
|
||||
"responses": {}
|
||||
}
|
||||
},
|
||||
"/api/admin/flow/flow_apply/del": {
|
||||
"post": {
|
||||
"produces": [
|
||||
@@ -431,6 +439,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/admin/flow/flow_apply/pass": {
|
||||
"post": {
|
||||
"tags": [
|
||||
"flow_history-流程历史"
|
||||
],
|
||||
"responses": {}
|
||||
}
|
||||
},
|
||||
"/api/admin/flow/flow_history/add": {
|
||||
"post": {
|
||||
"produces": [
|
||||
@@ -587,6 +603,7 @@
|
||||
"parameters": [
|
||||
{
|
||||
"type": "string",
|
||||
"default": "{{Token}}",
|
||||
"description": "token",
|
||||
"name": "Token",
|
||||
"in": "header",
|
||||
@@ -1219,16 +1236,6 @@
|
||||
"responses": {}
|
||||
}
|
||||
},
|
||||
"/api/admin/flow_apply/back": {
|
||||
"post": {
|
||||
"responses": {}
|
||||
}
|
||||
},
|
||||
"/api/admin/flow_apply/pass": {
|
||||
"post": {
|
||||
"responses": {}
|
||||
}
|
||||
},
|
||||
"/api/admin/monitor_client/ExportFile": {
|
||||
"get": {
|
||||
"produces": [
|
||||
|
||||
Reference in New Issue
Block a user