From 7088d025c9ec5ae0f2083727604ecc690f336abd Mon Sep 17 00:00:00 2001 From: abearxiong Date: Thu, 19 Feb 2026 03:31:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9user-app=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E8=B7=AF=E7=94=B1=E7=9A=84id=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E4=B8=BA=E5=BF=85=E5=A1=AB=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/app-manager/user-app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/app-manager/user-app.ts b/src/routes/app-manager/user-app.ts index 71246bc..d9dd332 100644 --- a/src/routes/app-manager/user-app.ts +++ b/src/routes/app-manager/user-app.ts @@ -203,7 +203,7 @@ app description: '对user-app的数据进行测试, 获取版本的信息', metadata: { args: { - id: z.string().optional().describe('应用id'), + id: z.string().describe('应用id'), } } })