From e2a8b0ece7f3264bece30f9e75ecd5c0f4e5c618 Mon Sep 17 00:00:00 2001 From: shenjiachi Date: Wed, 20 Nov 2024 14:52:59 +0800 Subject: [PATCH] update --- docs/docs.go | 2 +- docs/swagger.json | 2 +- docs/swagger.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 2b4917a..9a2f76d 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -63,7 +63,7 @@ const docTemplate = `{ } }, "/api/v1/test": { - "post": { + "get": { "description": "Demo样例测试", "consumes": [ "application/json" diff --git a/docs/swagger.json b/docs/swagger.json index da9d712..f8f7399 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -57,7 +57,7 @@ } }, "/api/v1/test": { - "post": { + "get": { "description": "Demo样例测试", "consumes": [ "application/json" diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 501ecf3..723e358 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -102,7 +102,7 @@ paths: tags: - 对象存储 /api/v1/test: - post: + get: consumes: - application/json description: Demo样例测试