feat: 删除无用功能

This commit is contained in:
CaIon
2023-09-10 01:13:12 +08:00
parent 16aabbc490
commit 4a836a4cb6
4 changed files with 0 additions and 95 deletions

View File

@@ -45,7 +45,6 @@ func SetApiRouter(router *gin.Engine) {
selfRoute.POST("/topup", controller.TopUp)
selfRoute.POST("/pay", controller.RequestEpay)
selfRoute.POST("/amount", controller.RequestAmount)
selfRoute.POST("/set_stable_mode", controller.SetTableMode)
}
adminRoute := userRoute.Group("/")