fix: CandidateParam类型应为String

This commit is contained in:
Lesan 2024-12-05 10:45:30 +08:00
parent c2f51b3c12
commit e8315e2864

View File

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