|
@@ -27,9 +27,9 @@ const (
|
|
|
RefundStatusPending RefundStatus = "pending"
|
|
|
RefundStatusFailed RefundStatus = "failed"
|
|
|
RefundStatusProcessing RefundStatus = "processing"
|
|
|
-
|
|
|
- WechatPayWay PaymentWay = "wechat"
|
|
|
- AliPayWay PaymentWay = "alipay"
|
|
|
+ RefundStatusCanceled RefundStatus = "canceled"
|
|
|
+ WechatPayWay PaymentWay = "wechat"
|
|
|
+ AliPayWay PaymentWay = "alipay"
|
|
|
|
|
|
detailColumn = "id,order_id,user_id,template_user_id,product_id,status,created_time,updated_time,total_amount"
|
|
|
)
|