feat:完善项目信息
This commit is contained in:
@ -267,6 +267,11 @@ func registerEnterpriseAPI(app *gin.Engine) {
|
||||
userV1.POST("/bill", _api.Bill)
|
||||
userV1.POST("/bill/ticket", _api.BillTicket)
|
||||
userV1.POST("/bill/ticket/issue", _api.BillTicketIssue)
|
||||
userV1.POST("/consume", _api.Consume)
|
||||
userV1.POST("/consume/delete", _api.ConsumeDelete)
|
||||
userV1.POST("/withdrawal", _api.Withdrawal)
|
||||
userV1.POST("/withdrawal/transfer", _api.WithdrawalTransfer)
|
||||
userV1.POST("/withdrawal/delete", _api.WithdrawalDelete)
|
||||
}
|
||||
// Home 首页管理
|
||||
homeV1 := v1.Group("/home")
|
||||
|
Reference in New Issue
Block a user