- jd的AfsCreatedAt应该用afsInfo.CreateTime
This commit is contained in:
@@ -128,7 +128,7 @@ func (c *PurchaseHandler) buildAfsOrder(afsInfo *jdapi.AfsServiceResponse) (afsO
|
|||||||
VendorOrderID: afsInfo.OrderID,
|
VendorOrderID: afsInfo.OrderID,
|
||||||
VendorStoreID: afsInfo.StationID,
|
VendorStoreID: afsInfo.StationID,
|
||||||
StoreID: int(utils.Str2Int64WithDefault(afsInfo.StationNumOutSystem, 0)),
|
StoreID: int(utils.Str2Int64WithDefault(afsInfo.StationNumOutSystem, 0)),
|
||||||
AfsCreatedAt: afsInfo.UpdateTime.GoTime(),
|
AfsCreatedAt: afsInfo.CreateTime.GoTime(),
|
||||||
FreightUserMoney: afsInfo.OrderFreightMoney,
|
FreightUserMoney: afsInfo.OrderFreightMoney,
|
||||||
AfsFreightMoney: afsInfo.AfsFreight,
|
AfsFreightMoney: afsInfo.AfsFreight,
|
||||||
BoxMoney: afsInfo.PackagingMoney,
|
BoxMoney: afsInfo.PackagingMoney,
|
||||||
|
|||||||
Reference in New Issue
Block a user