From 5fac03fb857cf9a160e1736a25de2c5f95f5e44f Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期二, 18 七月 2023 17:18:18 +0800 Subject: [PATCH] add --- api/v1/customerServiceSheet.go | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/v1/customerServiceSheet.go b/api/v1/customerServiceSheet.go index 730f157..cc79739 100644 --- a/api/v1/customerServiceSheet.go +++ b/api/v1/customerServiceSheet.go @@ -71,8 +71,8 @@ // @Tags CustomerServiceSheet // @Summary 鏇存柊瀹㈡湇鍗� // @Produce application/json -// @Param object body request.UpdateCustomerServiceSheet true "鏌ヨ鍙傛暟" -// @Success 200 {object} contextx.Response{} +// @Param object body request.UpdateCustomerServiceSheet true "鏌ヨ鍙傛暟" +// @Success 200 {object} contextx.Response{} // @Router /api/customerServiceSheet/update/{id} [put] func (s *CustomerServiceSheetApi) Update(c *gin.Context) { var params request.UpdateCustomerServiceSheet -- Gitblit v1.8.0