From 8913004aaee4eba570ad48cff3c687349061d77a Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期四, 27 七月 2023 13:51:55 +0800 Subject: [PATCH] fix --- api/v1/serviceContract.go | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/v1/serviceContract.go b/api/v1/serviceContract.go index 47a2e06..b9eabf3 100644 --- a/api/v1/serviceContract.go +++ b/api/v1/serviceContract.go @@ -154,8 +154,8 @@ // @Tags ServiceContract // @Summary 鐢熸垚璁″垝鍒楄〃 // @Produce application/json -// @Param object body request.GetServiceContractList true "鍙傛暟" -// @Success 200 {object} contextx.Response{data=response.ServiceContractsResponse} +// @Param object body request.GetServiceContractList true "鍙傛暟" +// @Success 200 {object} contextx.Response{data=response.ServiceContractsResponse} // @Router /api/serviceContract/list [post] func (con *ServiceContractApi) List(c *gin.Context) { var params request.GetServiceContractList -- Gitblit v1.8.0