dengbiao 1 day ago
parent
commit
d38c1a31f7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/router/router.go

+ 1
- 1
app/router/router.go View File

@@ -67,7 +67,7 @@ func Init() *gin.Engine {
} }


func route(r *gin.RouterGroup) { func route(r *gin.RouterGroup) {
r.GET("/test", hdl.Demo)
r.POST("/test", hdl.Demo)
r.POST("/login", hdl.Login) r.POST("/login", hdl.Login)
{ {
//打包机调用,不需要校验 //打包机调用,不需要校验


Loading…
Cancel
Save