This commit is contained in:
邹宗楠
2026-01-16 21:57:22 +08:00
parent 0a8a2ef523
commit a0fed83084
13 changed files with 58209 additions and 57693 deletions

View File

@@ -50,6 +50,10 @@ type IDeliveryPlatformHandler interface {
// GetDeliverLiquidatedDamages 获取配送单的违约金:京西订单id:orderId,配送方id:deliverId
GetDeliverLiquidatedDamages(orderId string, deliverId string) (money int64, err error)
// GetPlatformBalance 获取平台账户余额
GetPlatformBalance() (balance int64, err error)
// BalanceRecharge 充值配送平台
BalanceRecharge(param *utils.RechargeBalance) (url string, err error)
}
type IDeliveryUpdateStoreHandler interface {