From ed99e2943e09bc64928c08bef6fca68614f52d3e Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Mon, 13 Jul 2026 14:22:00 +0800 Subject: [PATCH] =?UTF-8?q?fix(openapi):=20Notice.id=20string/uuid?= =?UTF-8?q?=E2=86=92integer/int64=20+=20body=5Fzh/en=20=E7=A7=BB=E5=87=BA?= =?UTF-8?q?=20required(=E5=AF=B9=E9=BD=90=E5=AE=9E=E9=99=85=E5=AE=9E?= =?UTF-8?q?=E7=8E=B0,=E7=BB=88=E5=AE=A1=E5=BB=BA=E8=AE=AE)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- server/api/openapi.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/api/openapi.yaml b/server/api/openapi.yaml index 6755892..6bec7fa 100644 --- a/server/api/openapi.yaml +++ b/server/api/openapi.yaml @@ -1346,11 +1346,11 @@ components: Notice: type: object - required: [id, type, title_zh, title_en, body_zh, body_en, published_at, unread] + required: [id, type, title_zh, title_en, published_at, unread] properties: id: - type: string - format: uuid + type: integer + format: int64 description: 公告 UUID type: type: string