From aab89dff18f597d4cdd10c73b9ad8c3c14d82d28 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期四, 20 七月 2023 20:28:59 +0800 Subject: [PATCH] add --- api/v1/satisfaction.go | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/v1/satisfaction.go b/api/v1/satisfaction.go index 5f96bfc..b6d49ec 100644 --- a/api/v1/satisfaction.go +++ b/api/v1/satisfaction.go @@ -68,8 +68,8 @@ // @Tags Satisfaction // @Summary 鏇存柊婊℃剰搴� // @Produce application/json -// @Param object body request.UpdateSatisfactions true "鏌ヨ鍙傛暟" -// @Success 200 {object} contextx.Response{} +// @Param object body request.UpdateSatisfactions true "鏌ヨ鍙傛暟" +// @Success 200 {object} contextx.Response{} // @Router /api/satisfaction/update [put] func (s *SatisfactionApi) Update(c *gin.Context) { var params request.UpdateSatisfactions @@ -89,11 +89,11 @@ // List // -// @Tags Satisfaction -// @Summary 婊℃剰搴﹀垪琛� -// @Produce application/json -// @Success 200 {object} contextx.Response{data=response.SatisfactionResponse} -// @Router /api/satisfaction/list [get] +// @Tags Satisfaction +// @Summary 婊℃剰搴﹀垪琛� +// @Produce application/json +// @Success 200 {object} contextx.Response{data=response.SatisfactionResponse} +// @Router /api/satisfaction/list [get] func (s *SatisfactionApi) List(c *gin.Context) { ctx, ok := contextx.NewContext(c, nil) if !ok { -- Gitblit v1.8.0