From 849e1a9c6e952e1829340584f5e10c01e89d50ff Mon Sep 17 00:00:00 2001 From: gazebo Date: Fri, 19 Apr 2019 10:10:38 +0800 Subject: [PATCH] - mtwm NotifyType const --- platformapi/mtwmapi/order.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/platformapi/mtwmapi/order.go b/platformapi/mtwmapi/order.go index 790fc024..ed6ae628 100644 --- a/platformapi/mtwmapi/order.go +++ b/platformapi/mtwmapi/order.go @@ -43,7 +43,12 @@ const ( ) const ( - NotifyTypeSuccess = "agree" + NotifyTypeApply = "apply" // 发起全款退款 + NotifyTypePartyApply = "part" // 发起部分退款 + NotifyTypeSuccess = "agree" // 确认退款 + NotifyTypeReject = "reject" // 驳回退款 + NotifyTypeCancelRefund = "cancelRefund" // 用户取消退款申请 + NotifyTypeCancelRefundComplaint = "cancelRefundComplaint" // 用户取消退款申诉 ) const (