充值记录

This commit is contained in:
suyl
2021-08-18 11:32:50 +08:00
parent a5d351a86a
commit 4e1c91ea8f
5 changed files with 106 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ func Init(r *gin.Engine) {
//sim
sim := v2.Group("/sim")
sim.GET("/getCardsInfo", controllers.GetCardsInfo)
sim.GET("/getChargeInfo", controllers.GetChargeInfo)
//v1是不需要token的
v1 := r.Group("v1")