新增撞车订单人工退款

This commit is contained in:
yml2213
2026-07-31 21:57:35 +08:00
parent 8c2431c4f2
commit 9511b580e4
13 changed files with 516 additions and 20 deletions
@@ -20,6 +20,10 @@ const (
financeStatusOfflineSettlementPending = "offline_settlement_pending"
)
func payBizTypes() []string {
return []string{"order_pay", "mohong_pay"}
}
func refundBizTypes() []string {
return []string{
"cancel_refund",
@@ -29,6 +33,7 @@ func refundBizTypes() []string {
"deposit_refund",
"rent_refund",
"arbitration_refund",
"mohong_refund",
}
}