- AgreeOrRefuseRefund
- ConfirmReceivedReturnGoods
This commit is contained in:
16
business/partner/purchase/ebai/order_afs.go
Normal file
16
business/partner/purchase/ebai/order_afs.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package ebai
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/jx-callback/business/jxutils/jxcontext"
|
||||
"git.rosy.net.cn/jx-callback/business/model"
|
||||
)
|
||||
|
||||
// 审核售后单申请
|
||||
func (c *PurchaseHandler) AgreeOrRefuseRefund(ctx *jxcontext.Context, order *model.AfsOrder, approveType int, reason string) (err error) {
|
||||
return err
|
||||
}
|
||||
|
||||
// 确认收到退货
|
||||
func (c *PurchaseHandler) ConfirmReceivedReturnGoods(ctx *jxcontext.Context, order *model.AfsOrder) (err error) {
|
||||
return err
|
||||
}
|
||||
Reference in New Issue
Block a user