1
This commit is contained in:
@@ -136,6 +136,8 @@ func (a *API) QueryOrderInfo(orderID string) (order *OrderInfo, err error) {
|
||||
if err == nil {
|
||||
err = utils.Map2StructByJson(result.Result, &order, false)
|
||||
}
|
||||
order.DeductFee += utils.Int2Float64(utils.WayBillDeliveryMarkUp)
|
||||
order.ActualFee += utils.Int2Float64(utils.WayBillDeliveryMarkUp)
|
||||
return order, err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user