- mtwm NotifyType const

This commit is contained in:
gazebo
2019-04-19 10:10:38 +08:00
parent ad69492cea
commit 849e1a9c6e

View File

@@ -43,7 +43,12 @@ const (
)
const (
NotifyTypeSuccess = "agree"
NotifyTypeApply = "apply" // 发起全款退款
NotifyTypePartyApply = "part" // 发起部分退款
NotifyTypeSuccess = "agree" // 确认退款
NotifyTypeReject = "reject" // 驳回退款
NotifyTypeCancelRefund = "cancelRefund" // 用户取消退款申请
NotifyTypeCancelRefundComplaint = "cancelRefundComplaint" // 用户取消退款申诉
)
const (