将美团和饿百取消订单申请索赔整合到interface中
This commit is contained in:
@@ -91,6 +91,9 @@ type IPurchasePlatformOrderHandler interface {
|
||||
GetOrderSettleAccounts(order *model.GoodsOrder) (int64, error)
|
||||
// GetPlatformLogisticsFee 获取美团自配送订单的配送费
|
||||
GetPlatformLogisticsFee(order *model.GoodsOrder) (int64, error)
|
||||
|
||||
// 美团和饿百的订单索赔
|
||||
ApplyCompensationOrder(order *model.GoodsOrder) (string, error)
|
||||
}
|
||||
|
||||
type IAddWaybillTip interface {
|
||||
|
||||
Reference in New Issue
Block a user