更新2.1.1版本,优化代码提示

This commit is contained in:
孟帅
2023-01-18 16:47:07 +08:00
parent 87c27a17a3
commit 4348aeaa3b
11 changed files with 25 additions and 102 deletions

View File

@@ -74,6 +74,5 @@ func ConvType(val interface{}, t string) interface{} {
default:
val = gconv.String(val)
}
return val
}