From 1773bcb483d0a1c06e45a6e748719cb24818ee4a Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期三, 01 十一月 2023 11:41:50 +0800
Subject: [PATCH] fix

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

diff --git a/api/v1/device.go b/api/v1/device.go
index 02cf81b..ee652be 100644
--- a/api/v1/device.go
+++ b/api/v1/device.go
@@ -57,11 +57,11 @@
 }
 
 // DeviceList
-// @Tags      Device
+// @Tags      璁惧
 // @Summary   鑾峰彇褰撳墠闈㈡澘缁戝畾鐨勮澶囧垪琛�
 // @Produce   application/json
 // @Success   200   {object}  contextx.Response{data=response.DeviceListResponse}  "鎴愬姛"
-// @Router    /v1/device/list [post]
+// @Router    /v1/device/list [get]
 func (slf *DeviceApi) DeviceList(c *gin.Context) {
 	ctx, ok := contextx.NewContext(c, nil)
 	if !ok {

--
Gitblit v1.8.0