ebai msg.Timestamp
This commit is contained in:
@@ -50,7 +50,7 @@ func (p *PurchaseHandler) OrderFinancialDetail2Refund(orderFinancial *model.Orde
|
||||
VendorID: model.VendorIDEBAI,
|
||||
AfsOrderID: utils.Interface2String(msg.Body["order_id"]),
|
||||
VendorOrderID: utils.Interface2String(msg.Body["order_id"]),
|
||||
AfsCreateAt: utils.Timestamp2Time(utils.MustInterface2Int64(msg.Body["timestamp"])),
|
||||
AfsCreateAt: utils.Timestamp2Time(msg.Timestamp),
|
||||
// BoxMoney: orderFinancial.BoxMoney, // 饿百的餐盒费已经拆分到单条Sku里面,退款时直接计算用户支付sku金额就好了
|
||||
// SkuBoxMoney: orderFinancial.SkuBoxMoney,
|
||||
FreightUserMoney: orderFinancial.FreightMoney,
|
||||
|
||||
Reference in New Issue
Block a user