完善驳回

This commit is contained in:
xiangheng
2023-12-28 19:07:19 +08:00
parent 8a203896f0
commit 5627068c4d
13 changed files with 337 additions and 38 deletions

View File

@@ -53,6 +53,8 @@ func FlowHistoryRoute(rg *gin.RouterGroup) {
rg.POST("/flow_history/del", handle.Del)
rg.POST("/flow_history/pass", handle.Pass)
rg.POST("/flow_history/back", handle.Back)
rg.POST("/flow_history/next_node", handle.NextNode)
rg.POST("/flow_history/get_approver", handle.GetApprover)
}