From 2057e74e883eb41440bf3e121876a46d4a3d6b2c Mon Sep 17 00:00:00 2001 From: linwumingshi Date: Wed, 27 Nov 2024 00:01:20 +0800 Subject: [PATCH] fix: :bug: bind enum info for path params - Add bindEnumInfo call for docInfoDTO.getPathParams() - Ensure enum information is correctly associated with path parameters --- front/src/components/DocDebug/index.vue | 6 ++---- .../src/main/java/cn/torna/service/DocInfoService.java | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/front/src/components/DocDebug/index.vue b/front/src/components/DocDebug/index.vue index 1cb2d68a..3746255c 100644 --- a/front/src/components/DocDebug/index.vue +++ b/front/src/components/DocDebug/index.vue @@ -59,10 +59,8 @@