增加审核撤回报表用户鉴权

This commit is contained in:
ZiHangQin 2023-07-25 15:34:30 +08:00
parent d8a29e7d17
commit b3032638fc

View File

@ -15,7 +15,7 @@ var withdrawLog = logger.Named("Handler", "Withdraw")
func InitializeWithdrawHandlers(router *fiber.App) { func InitializeWithdrawHandlers(router *fiber.App) {
router.Get("/withdraw", security.OPSAuthorize, withdraw) router.Get("/withdraw", security.OPSAuthorize, withdraw)
router.Put("/withdraw/:rid", ReviewRequestWithdraw) router.Put("/withdraw/:rid",security.OPSAuthorize, ReviewRequestWithdraw)
} }
//用于分页检索用户的核算报表 //用于分页检索用户的核算报表