新增后台微信退款,以及完善退款记录

This commit is contained in:
2025-06-19 01:49:03 +08:00
parent 184d61a5c7
commit 3a324e6656
4 changed files with 334 additions and 86 deletions

View File

@@ -41,11 +41,12 @@ var AgentLeveNameSVIP string = "SVIP"
// 订单状态
const (
OrderStatusPending = "pending"
OrderStatusPaid = "paid"
OrderStatusFailed = "failed"
OrderStatusRefunded = "refunded"
OrderStatusClosed = "closed"
OrderStatusPending = "pending"
OrderStatusPaid = "paid"
OrderStatusFailed = "failed"
OrderStatusRefunded = "refunded"
OrderStatusRefunding = "refunding"
OrderStatusClosed = "closed"
)
// 订单退款状态