|
@@ -62,10 +62,10 @@ var (
|
|
|
}
|
|
|
|
|
|
transRefundStatusMap = map[orderDao.RefundStatus]string{
|
|
|
- orderDao.RefundStatusPending: "待退款",
|
|
|
- orderDao.RefundStatusFailed: "退款失败",
|
|
|
- orderDao.RefundStatusProcessing: "退款中",
|
|
|
- orderDao.RefundStatusSuccess: "退款成功",
|
|
|
+ orderDao.RefundStatusPending: "待退款",
|
|
|
+ orderDao.RefundStatusFailed: "退款失败",
|
|
|
+ orderDao.RefundStatusClosed: "退款关闭",
|
|
|
+ orderDao.RefundStatusSuccess: "退款成功",
|
|
|
}
|
|
|
transProductMap = map[string]productDao.MerchantProductType{
|
|
|
"report": productDao.Report,
|