From de4bcd1dead50b05f716bc5718be5540bdb96783 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期日, 28 四月 2024 17:23:29 +0800
Subject: [PATCH] fix
---
api/v1/test/code.go | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/api/v1/test/code.go b/api/v1/test/code.go
index 2c2420d..d6c18da 100644
--- a/api/v1/test/code.go
+++ b/api/v1/test/code.go
@@ -27,7 +27,7 @@
// @Summary 鑾峰彇缂栫爜鍒楄〃
// @Produce application/json
// @Param object query request.GetCodeList true "鍙傛暟"
-// @Success 200 {object} util.ResponseList{data=[]code.CodeStandard}
+// @Success 200 {object} response.Response{data=[]code.CodeStandard}
//
// @Router /code/getCodeList [get]
func (ca *CodeApi) GetCodeList(c *gin.Context) {
@@ -66,7 +66,7 @@
// @Summary 鑾峰彇鑷姩缂栫爜
// @Produce application/json
// @Param object body code.CodeStandard true "鍙傛暟"
-// @Success 200 {object} util.ResponseList{data=map[string]interface{}}
+// @Success 200 {object} response.Response{data=map[string]interface{}}
//
// @Router /code/getAutoCode [post]
func (ca *CodeApi) GetAutoCode(c *gin.Context) {
--
Gitblit v1.8.0