1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user