11
This commit is contained in:
parent
8904c13e9c
commit
bad9d26c8d
@ -1,13 +1,15 @@
|
|||||||
package router
|
package router
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"fonchain-fiee/pkg/middleware"
|
||||||
|
"fonchain-fiee/pkg/service"
|
||||||
"fonchain-fiee/pkg/service/bundle"
|
"fonchain-fiee/pkg/service/bundle"
|
||||||
"github.com/gin-gonic/gin"
|
"github.com/gin-gonic/gin"
|
||||||
)
|
)
|
||||||
|
|
||||||
func BundleRouter(r *gin.RouterGroup) {
|
func BundleRouter(r *gin.RouterGroup) {
|
||||||
bundleRoute := r.Group("bundle")
|
bundleRoute := r.Group("bundle")
|
||||||
|
bundleRoute.Use(middleware.CheckWebLogin(service.AccountProvider))
|
||||||
// 套餐
|
// 套餐
|
||||||
{
|
{
|
||||||
bundleClientRoute := bundleRoute.Group("system")
|
bundleClientRoute := bundleRoute.Group("system")
|
||||||
|
Loading…
Reference in New Issue
Block a user