From 74f698acff298c45e436824e15c0da3c93b7926e Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期二, 25 七月 2023 20:15:19 +0800
Subject: [PATCH] add

---
 router/followRecord.go |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/router/followRecord.go b/router/followRecord.go
index a04d06f..0dbe91c 100644
--- a/router/followRecord.go
+++ b/router/followRecord.go
@@ -14,6 +14,6 @@
 		followRecordRouter.POST("add", followRecordApi.Add)             // 娣诲姞璺熻繘璁板綍
 		followRecordRouter.DELETE("delete/:id", followRecordApi.Delete) // 鍒犻櫎璺熻繘璁板綍
 		followRecordRouter.PUT("update", followRecordApi.Update)        // 鏇存柊璺熻繘璁板綍
-		followRecordRouter.GET("list", followRecordApi.List)            // 鑾峰彇璺熻繘璁板綍鍒楄〃
+		followRecordRouter.POST("list", followRecordApi.List)            // 鑾峰彇璺熻繘璁板綍鍒楄〃
 	}
-}
+}
\ No newline at end of file

--
Gitblit v1.8.0