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

@@ -753,3 +753,7 @@ func (c *PurchaseHandler) ConfirmSelfTake(ctx *jxcontext.Context, order *model.G
}
return err
}
func (c *PurchaseHandler) ComplaintRider(vendorOrderId string, resonID int, resonContent string) (err error) {
return err
}