新增:完善withdraw的返回值

This commit is contained in:
2023-07-20 16:13:19 +08:00
parent 648fc0f370
commit 61edef5c92
8 changed files with 294 additions and 43 deletions

View File

@@ -53,6 +53,8 @@ func App() *fiber.App {
controller.InitializeInvoiceHandler(app)
controller.InitializeTopUpHandlers(app)
controller.InitializeReportHandlers(app)
controller.InitializeWithdrawHandlers(app)
return app