京东商城创建商品修改
This commit is contained in:
@@ -567,3 +567,7 @@ func URLQueryEscape(s string) (str string) {
|
||||
str, _ = url.QueryUnescape(s)
|
||||
return str
|
||||
}
|
||||
|
||||
func Int64ToFloat64(i int64) (f float64) {
|
||||
return Str2Float64(Int64ToStr(i))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user