This commit is contained in:
suyl
2021-07-16 10:34:18 +08:00
parent 89f9dd5b6e
commit 14ec99a8be
9 changed files with 45 additions and 3 deletions

View File

@@ -87,3 +87,7 @@ func (c *PurchaseHandler) ConfirmSelfTake(ctx *jxcontext.Context, order *model.G
func (c *PurchaseHandler) GetOrderAfsInfo(ctx *jxcontext.Context, vendorOrderID, afsOrderID string) (orderAfsInfo *partner.OrderAfsInfo, err error) {
return orderAfsInfo, err
}
func (c *PurchaseHandler) ComplaintRider(vendorOrderId string, resonID int, resonContent string) (err error) {
return err
}