Compare commits
2 Commits
a23504c746
...
60caecc1b9
Author | SHA1 | Date | |
---|---|---|---|
60caecc1b9 | |||
bad9d26c8d |
@ -1,13 +1,15 @@
|
||||
package router
|
||||
|
||||
import (
|
||||
"fonchain-fiee/pkg/middleware"
|
||||
"fonchain-fiee/pkg/service"
|
||||
"fonchain-fiee/pkg/service/bundle"
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
func BundleRouter(r *gin.RouterGroup) {
|
||||
bundleRoute := r.Group("bundle")
|
||||
|
||||
bundleRoute.Use(middleware.CheckWebLogin(service.AccountProvider))
|
||||
// 套餐
|
||||
{
|
||||
bundleClientRoute := bundleRoute.Group("system")
|
||||
|
Loading…
Reference in New Issue
Block a user