1
This commit is contained in:
@@ -612,3 +612,10 @@ func (c *DeliveryHandler) UpdateWaybillTip(ctx *jxcontext.Context, vendorOrgCode
|
||||
func (c *DeliveryHandler) GetWaybillTip(ctx *jxcontext.Context, vendorOrgCode, vendorStoreID, vendorOrderID, vendorWaybillID, vendorWaybillID2 string) (tipFee int64, err error) {
|
||||
return tipFee, err
|
||||
}
|
||||
|
||||
func (c *DeliveryHandler) GetPlatformBalance() (balance int64, err error) {
|
||||
return 0, fmt.Errorf("暂不支持此功能")
|
||||
}
|
||||
func (c *DeliveryHandler) BalanceRecharge(param *utils.RechargeBalance) (url string, err error) {
|
||||
return "", fmt.Errorf("此平台暂不支持充值")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user