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