This commit is contained in:
suyl
2021-07-27 17:37:38 +08:00
parent a913ce904f
commit 2176d6ea6f
3 changed files with 68 additions and 64 deletions

View File

@@ -8,7 +8,7 @@ import (
)
// 审核售后单申请
func (c *PurchaseHandler) AgreeOrRefuseRefund(ctx *jxcontext.Context, order *model.AfsOrder, approveType int, reason string) (err error) {
func (c *PurchaseHandler) Refund(ctx *jxcontext.Context, order *model.AfsOrder, approveType int, reason string) (err error) {
return err
}