fix: 修改user-app测试路由的id参数为必填项

This commit is contained in:
2026-02-19 03:31:22 +08:00
parent 577b6bfaa4
commit 7088d025c9

View File

@@ -203,7 +203,7 @@ app
description: '对user-app的数据进行测试, 获取版本的信息', description: '对user-app的数据进行测试, 获取版本的信息',
metadata: { metadata: {
args: { args: {
id: z.string().optional().describe('应用id'), id: z.string().describe('应用id'),
} }
} }
}) })