micro fix

This commit is contained in:
RockYang
2025-08-26 00:00:56 +08:00
parent d9a177864d
commit fb76e24c51

View File

@@ -165,7 +165,7 @@ func IntValue(str string, defaultValue int) int {
return value
}
func ForceCovert(src any, dst interface{}) error {
func ForceCovert(src any, dst any) error {
b, err := json.Marshal(src)
if err != nil {
return err