From c4e3365c53b8e18089d23815c93a4208850995b9 Mon Sep 17 00:00:00 2001 From: "DESKTOP-V763RJ7\\Administrator" <835606593@qq.com> Date: Tue, 13 Jan 2026 11:42:59 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E5=A2=9E=E5=8A=A0=E4=B8=8D=E9=89=B4?= =?UTF-8?q?=E6=9D=83=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/global/global.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/internal/global/global.go b/internal/global/global.go index eae3737..e214366 100644 --- a/internal/global/global.go +++ b/internal/global/global.go @@ -18,7 +18,9 @@ const ( // PublicPaths 不需要鉴权的接口,硬编码注册 var PublicPaths = []string{ "/user/info", - "/user/generate_question", + "/qgdzs/get_question", + "/qgdzs/answer_question", + "/qgdzs/get_all_category", } var (