fix: 修改user-app测试路由的id参数为必填项
This commit is contained in:
@@ -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'),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user