修改美团配送,添加配送费,骑手接单之后扣除配送费
This commit is contained in:
@@ -92,6 +92,8 @@ type IPurchasePlatformOrderHandler interface {
|
||||
|
||||
// 获取各个平台订单的结算信息
|
||||
GetOrderSettleAccounts(order *model.GoodsOrder) (int64, error)
|
||||
// GetPlatformLogisticsFee 获取美团自配送订单的配送费
|
||||
GetPlatformLogisticsFee(order *model.GoodsOrder) (int64, error)
|
||||
}
|
||||
|
||||
type IAddWaybillTip interface {
|
||||
|
||||
Reference in New Issue
Block a user