liuxiaolong
2020-06-29 df6d61cdad1b72e1b94e87902b39a09f36b8e044
controllers/car.go
@@ -107,11 +107,8 @@
   c.ServeJSON()
}
func (c *CarController) BindCarSpace() {
   sv := service.NewCarService()
   if sv.BindCarSpace() {
   }
   c.ServeJSON()
}