fix: CandidateParam类型应为String

pull/610/head
Lesan 2024-12-05 10:45:30 +08:00
parent c2f51b3c12
commit e8315e2864
1 changed files with 1 additions and 1 deletions

View File

@ -1409,7 +1409,7 @@
"properties": [ "properties": [
{ {
"name": "value", "name": "value",
"type": "Integer", "type": "String",
"isBody": true "isBody": true
} }
] ]