aa
This commit is contained in:
@@ -37,5 +37,5 @@ func Init(r *gin.Engine) {
|
|||||||
userw.GET("/getMenuDetail", controllers.GetMenuDetail)
|
userw.GET("/getMenuDetail", controllers.GetMenuDetail)
|
||||||
|
|
||||||
//自动路由
|
//自动路由
|
||||||
r.Any("/callback/tlpay", router.AutoRouteAny(&controllers.CallbackController{}))
|
r.Any("/callback/*path", router.AutoRoute(&controllers.CallbackController{}))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user