- 京东售后单填充所有信息

This commit is contained in:
gazebo
2019-05-09 20:35:51 +08:00
parent a7efe36705
commit 9d2a8f2ffc
5 changed files with 80 additions and 3 deletions

View File

@@ -33,6 +33,12 @@ const (
PrinterStatusOnlineAbnormal = 3
)
const (
AfsApproveTypeRefund = 1 // 退款
AfsApproveTypeReturnGoods = 2 // 退货
AfsApproveTypeRefused = 3 // 驳回
)
const (
PrintResultSuccess = 0
PrintResultNoPrinter = 1
@@ -194,7 +200,7 @@ type IPurchasePlatformHandler interface {
// 售后
// 同意用户退款申请
// AgreeOrRefuseRefund(ctx *jxcontext.Context, order *model.GoodsOrder, reason string) (err error)
// AgreeOrRefuseRefund(ctx *jxcontext.Context, order *model.GoodsOrder, approveType int, reason string) (err error)
// // 发起全款退款
// RefundOrder(ctx *jxcontext.Context, order *model.GoodsOrder, reason string) (err error)
// // 发起部分退款