37 Star 184 Fork 73

史蒂芬-库外 / dongfeng-pay

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
router.go 469 Bytes
一键复制 编辑 原始数据 按行查看 历史
Joker 提交于 2019-12-19 16:43 . modify imports name
package routers
import (
"github.com/astaxie/beego"
"dongfeng-pay/shop/controllers"
)
func init() {
beego.Router("/", &controllers.HomeAction{}, "*:ShowHome") //初始化首页
beego.Router("/pay.html", &controllers.PayController{}, "*:Pay")
beego.Router("/pay_requst.html", &controllers.ScanShopController{})
beego.Router("/scan.html", &controllers.ScanShopController{}, "*:ScanRender")
beego.Router("/error.html", &controllers.HomeAction{}, "*:ErrorPage")
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/kongyuebin/dongfeng-pay.git
git@gitee.com:kongyuebin/dongfeng-pay.git
kongyuebin
dongfeng-pay
dongfeng-pay
8d4382cc82da

搜索帮助

344bd9b3 5694891 D2dac590 5694891