From da23babe80de0d32e736e8777430ddfbf185373a Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期二, 25 七月 2023 19:28:11 +0800
Subject: [PATCH] fix

---
 api/v1/salesLeads.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/api/v1/salesLeads.go b/api/v1/salesLeads.go
index 137b398..a71d127 100644
--- a/api/v1/salesLeads.go
+++ b/api/v1/salesLeads.go
@@ -105,7 +105,7 @@
 //	@Summary	鑾峰彇閿�鍞嚎绱㈠垪琛�
 //	@Produce	application/json
 //	@Success	200	{object}	contextx.Response{data=response.SalesLeadsResponse}
-//	@Router		/api/salesLeads/list [get]
+//	@Router		/api/salesLeads/list [post]
 func (s *SalesLeadsApi) List(c *gin.Context) {
 	ctx, ok := contextx.NewContext(c, nil)
 	if !ok {

--
Gitblit v1.8.0