feat: integrate unified payment and wallet refunds
This commit is contained in:
@@ -89,9 +89,9 @@ func registerGasBusinessRoutes(group *gin.RouterGroup) {
|
||||
|
||||
group.GET("/wallet_basic", gaslogic.ListWalletBasic)
|
||||
group.GET("/wallet_bank", gaslogic.ListWalletBank)
|
||||
group.GET("/wallet_payment", gaslogic.ListWalletPayment)
|
||||
group.GET("/payment_order", gaslogic.ListPaymentOrder)
|
||||
group.GET("/wallet_record", gaslogic.ListWalletRecord)
|
||||
group.GET("/wallet_refund", gaslogic.ListWalletRefund)
|
||||
group.GET("/payment_refund", gaslogic.ListPaymentRefund)
|
||||
group.GET("/wallet_apply_cash", gaslogic.ListWalletApplyCash)
|
||||
group.POST("/wallet_apply_cash", gaslogic.CreateWalletApplyCash)
|
||||
group.GET("/fin_settlement", gaslogic.ListFinSettlement)
|
||||
|
||||
Reference in New Issue
Block a user