fix: tool id (#6544)

* fix: tool id

* fix: test

* fix: ts

* add test
This commit is contained in:
Archer
2026-03-11 23:15:17 +08:00
committed by GitHub
parent 960c8898cf
commit 38f6f9dd9f
30 changed files with 431 additions and 237 deletions
@@ -7,6 +7,7 @@ export const collectionName = 'system_plugin_tools';
const SystemToolSchema = new Schema({
pluginId: {
// commercial-id
type: String,
required: true
},