add
wangpengfei
2023-07-25 163257e81abbf954ba140ce22098fa78a66aa682
router/client.go
@@ -14,6 +14,6 @@
      clientRouter.POST("add", clientApi.Add)             // 添加客户
      clientRouter.DELETE("delete/:id", clientApi.Delete) // 删除客户
      clientRouter.PUT("update", clientApi.Update)        // 更新客户
      clientRouter.GET("list", clientApi.List)            // 获取客户列表
      clientRouter.POST("list", clientApi.List)            // 获取客户列表
   }
}
}