1
This commit is contained in:
@@ -89,6 +89,9 @@ type IPurchasePlatformOrderHandler interface {
|
||||
ComplaintRider(vendorOrderId string, resonID int, resonContent string) (err error)
|
||||
//推送订单骑手信息
|
||||
GetOrderRider(vendorOrgCode, vendorStoreID string, param map[string]interface{}) (err error)
|
||||
|
||||
// 获取各个平台订单的结算信息
|
||||
GetOrderSettleAccounts(order *model.GoodsOrder) (int64, error)
|
||||
}
|
||||
|
||||
type IAddWaybillTip interface {
|
||||
|
||||
Reference in New Issue
Block a user