修复支付接口重复提交的响应问题,完善全局异常处理逻辑

This commit is contained in:
2025-08-15 18:11:35 +08:00
parent 5541e16f0d
commit 91385880f2
6 changed files with 1345 additions and 40 deletions

View File

@@ -53,7 +53,7 @@ func ApplyRouters(app *fiber.App) {
trade := api.Group("/trade")
trade.Post("/create", handlers.TradeCreate)
trade.Post("/complete", handlers.TradeComplete)
trade.Post("/check", handlers.TradeCheckSSE)
trade.Post("/cancel", handlers.TradeCancel)
// 账单
bill := api.Group("/bill")