feat:完善项目
This commit is contained in:
@ -171,6 +171,11 @@ func (this *Router) registerAPI() {
|
||||
workV1.GET("/schedule", _api.Schedule)
|
||||
workV1.POST("/schedule/edit", _api.ScheduleEdit)
|
||||
workV1.POST("/schedule/delete", _api.ScheduleDelete)
|
||||
workV1.POST("/repair", _api.Repair)
|
||||
workV1.POST("/repair/detail", _api.RepairDetail)
|
||||
workV1.POST("/repair/begin", _api.RepairBegin)
|
||||
workV1.POST("/repair/finish", _api.RepairFinish)
|
||||
workV1.POST("/repair/evaluate", _api.RepairEvaluate)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user