- mtwm NotifyType const
This commit is contained in:
@@ -43,7 +43,12 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
NotifyTypeSuccess = "agree"
|
NotifyTypeApply = "apply" // 发起全款退款
|
||||||
|
NotifyTypePartyApply = "part" // 发起部分退款
|
||||||
|
NotifyTypeSuccess = "agree" // 确认退款
|
||||||
|
NotifyTypeReject = "reject" // 驳回退款
|
||||||
|
NotifyTypeCancelRefund = "cancelRefund" // 用户取消退款申请
|
||||||
|
NotifyTypeCancelRefundComplaint = "cancelRefundComplaint" // 用户取消退款申诉
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|||||||
Reference in New Issue
Block a user