mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2025-12-13 20:49:57 +08:00
项目改为mod
This commit is contained in:
@@ -9,13 +9,17 @@
|
||||
****************************************************/
|
||||
package controllers
|
||||
|
||||
import "github.com/astaxie/beego"
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/astaxie/beego"
|
||||
)
|
||||
|
||||
type PageController struct {
|
||||
beego.Controller
|
||||
}
|
||||
|
||||
func (c *PageController) Index() {
|
||||
fmt.Println("dlfjldkjfldjfljljljlj")
|
||||
c.TplName = "index.html"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user