Commit a6e765c2 authored by hujiebin's avatar hujiebin

Update middleHandle.go

parent 8e86d368
......@@ -142,6 +142,5 @@ func EncryptHandle(c *gin.Context) {
c.Set(mycontext.InnerEncrypt, true)
}
}
c.Set(mycontext.InnerEncrypt, true) // todo 后面版本判断去掉
c.Next()
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment