|
@@ -7,10 +7,12 @@ import ( |
|
|
"applet/app/db" |
|
|
"applet/app/db" |
|
|
"applet/app/e" |
|
|
"applet/app/e" |
|
|
"applet/app/enum" |
|
|
"applet/app/enum" |
|
|
|
|
|
"fmt" |
|
|
"github.com/gin-gonic/gin" |
|
|
"github.com/gin-gonic/gin" |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
func AesDecrypt(c *gin.Context) { |
|
|
func AesDecrypt(c *gin.Context) { |
|
|
|
|
|
fmt.Println(">>>>>>>>>>>>>>>>>", c.Request.Body) |
|
|
var req md.CurlAesDecrypt |
|
|
var req md.CurlAesDecrypt |
|
|
err := c.ShouldBindJSON(&req) |
|
|
err := c.ShouldBindJSON(&req) |
|
|
if err != nil { |
|
|
if err != nil { |
|
|