1 Star 1 Fork 0

linngc / center.gf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
router_business.go 420 Bytes
一键复制 编辑 原始数据 按行查看 历史
package router
import (
"gitee.com/linngc/center.gf/internal/controller/business/home"
"github.com/gogf/gf/v2/net/ghttp"
)
// businessApi 功能业务路由配置
func (r *cRouter) businessApi(prefix string, router *ghttp.RouterGroup) {
//异常错误页面
r.addHandlerGroup(router, prefix, home.Error)
router.Group(prefix, func(group *ghttp.RouterGroup) {
//
//r.addHandlerGroup(group, "/test", nil)
})
}
Go
1
https://gitee.com/linngc/center.gf.git
git@gitee.com:linngc/center.gf.git
linngc
center.gf
center.gf
v0.2.12

搜索帮助