结构修改
This commit is contained in:
parent
c687825d79
commit
b0629a3120
|
@ -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"`
|
||||||
|
|
Loading…
Reference in New Issue