结构修改

This commit is contained in:
renzhiyuan 2025-09-28 10:44:51 +08:00
parent c687825d79
commit b0629a3120
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ type ConfigParam struct {
Type string `json:"type"` Type string `json:"type"`
} }
type Match struct { type Match struct {
Confidence string `json:"confidence"` Confidence any `json:"confidence"`
Index string `json:"index"` Index string `json:"index"`
IsMatch bool `json:"is_match"` IsMatch bool `json:"is_match"`
Parameters string `json:"parameters"` Parameters string `json:"parameters"`