From 8bf1cad94113d5c604e95e370cf068efdea87d27 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期三, 30 八月 2023 09:43:49 +0800
Subject: [PATCH] fix
---
api/v1/serviceFollowup.go | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/api/v1/serviceFollowup.go b/api/v1/serviceFollowup.go
index 3c2dda4..ea4f641 100644
--- a/api/v1/serviceFollowup.go
+++ b/api/v1/serviceFollowup.go
@@ -132,7 +132,9 @@
// @Summary 鍥炶鍗曠鐞嗗垪琛�
// @Produce application/json
// @Param object body request.GetServiceFollowupList true "鍙傛暟"
-// @Success 200 {object} contextx.Response{data=response.ServiceFollowupResponse}
+//
+// @Success 200 {object} contextx.Response{data=response.ServiceFollowupResponse}
+//
// @Router /api/serviceFollowup/list [post]
func (con *ServiceFollowupApi) List(c *gin.Context) {
var params request.GetServiceFollowupList
--
Gitblit v1.8.0