From a1ee8a8943297956a118ce624bb03c97ea45ed75 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期三, 01 十一月 2023 11:00:07 +0800 Subject: [PATCH] update doc --- api/v1/device.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/api/v1/device.go b/api/v1/device.go index 02cf81b..bfa4622 100644 --- a/api/v1/device.go +++ b/api/v1/device.go @@ -61,7 +61,7 @@ // @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