This commit is contained in:
邹宗楠
2023-05-15 09:31:33 +08:00
parent de25d3d9f7
commit 919368f70e
10 changed files with 24 additions and 10 deletions

View File

@@ -23,8 +23,9 @@ var json1 = jsoniter.ConfigCompatibleWithStandardLibrary
const MaxTimeSecond = 9573800254 // 正常最大的秒数
var (
DefaultTimeValue = Str2Time("1970-01-01 00:00:00")
ZeroTimeValue = time.Time{}
DefaultTimeValue = Str2Time("1970-01-01 00:00:00")
WayBillDeliveryMarkUp = 20 // 运单加价两毛钱
ZeroTimeValue = time.Time{}
)
func UnmarshalUseNumber(data []byte, result interface{}) error {