router/router.go
@@ -88,7 +88,7 @@ operationAPI.POST("listTransfer", operationController.ListTransfer) operationAPI.GET("getLogisticCompanyList", operationController.GetLogisticCompanyList) operationAPI.PUT("cancel/:id", operationController.Cancel) operationAPI.PUT("inputSelfmade/:id", operationController.InputSelfmade) operationAPI.PUT("outputOperation/:id", operationController.OutputOperation) }