From a35c7eb12dcce7c650025ba4d801d6ad6f1053c4 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期四, 13 七月 2023 18:07:06 +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