|
|
@@ -49,6 +49,7 @@ func Init() *gin.Engine { |
|
|
|
func route(r *gin.RouterGroup) { |
|
|
|
r.GET("/test", hdl.Demo) |
|
|
|
r.Any("/createSign", hdl.CreateSign) |
|
|
|
r.Any("/aesDecryptByECB", hdl.AesDecryptByECB) |
|
|
|
r.Use(mw.CheckSign) |
|
|
|
r.Any("/testCreateSign", hdl.TestCreateSign) |
|
|
|
r.POST("/register", hdl.Register) |
|
|
|