From 033f3d5caa704c34806f10f135c9bfe918a36760 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期二, 22 八月 2023 18:36:26 +0800 Subject: [PATCH] 兼容前端字段类型错误 --- docs/docs.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index b32229d..13c6d5b 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -576,7 +576,7 @@ "properties": { "fieldName": { "description": "瀵瑰簲绯荤粺瀛楁", - "type": "string" + "type": "integer" }, "length": { "description": "鏁版嵁闀垮害", -- Gitblit v1.8.0