liujiandao
2023-11-24 f64d02a1759906df7ea637913df1f4eec93811c7
router/router.go
@@ -81,6 +81,7 @@
   operationAPI := r.Group(urlPrefix + "/operation")
   {
      operationAPI.POST("list", operationController.List)
      operationAPI.POST("getOperationInfo/:number", operationController.GetOperationInfo)
      operationAPI.POST("operation", operationController.Add)
      operationAPI.POST("update", operationController.Update)
      operationAPI.DELETE("operation/:id", operationController.Delete)