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