aa
This commit is contained in:
@@ -30,6 +30,9 @@ func Init(r *gin.Engine) {
|
||||
order := v2.Group("/order")
|
||||
order.POST("/createOrder", controllers.CreateOrder)
|
||||
order.POST("/pay", controllers.Pay)
|
||||
//sim
|
||||
sim := v2.Group("/sim")
|
||||
sim.GET("/getCardsInfo", controllers.GetCardsInfo)
|
||||
|
||||
//v1是不需要token的
|
||||
v1 := r.Group("v1")
|
||||
|
||||
Reference in New Issue
Block a user