1
This commit is contained in:
@@ -210,8 +210,7 @@ func (a *API) QueryOrder(partnerOrderCode string) (result *GetOrderDetailRes, er
|
||||
if err := json.Unmarshal([]byte(data["business_data"].(string)), &fnResult); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
fnResult.OrderActualAmountCent += (int64(utils.WayBillDeliveryMarkUp) * 2)
|
||||
fnResult.OrderTotalAmountCent += (int64(utils.WayBillDeliveryMarkUp) * 2)
|
||||
fnResult.OrderTotalAmountCent += (int64(utils.WayBillDeliveryMarkUp) * 2) // 系统加价
|
||||
return fnResult, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user