From 02feea582777689b3cdd208aed28d0328c50626b Mon Sep 17 00:00:00 2001 From: DengBiao <2319963317@qq.com> Date: Fri, 25 Aug 2023 15:56:10 +0800 Subject: [PATCH] update --- app/customer/hdl/hdl_alipay.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/customer/hdl/hdl_alipay.go b/app/customer/hdl/hdl_alipay.go index d3e6e49..6b9fb3c 100644 --- a/app/customer/hdl/hdl_alipay.go +++ b/app/customer/hdl/hdl_alipay.go @@ -7,10 +7,12 @@ import ( "applet/app/db" "applet/app/e" "applet/app/enum" + "fmt" "github.com/gin-gonic/gin" ) func AesDecrypt(c *gin.Context) { + fmt.Println(">>>>>>>>>>>>>>>>>", c.Request.Body) var req md.CurlAesDecrypt err := c.ShouldBindJSON(&req) if err != nil {