From 1c16e7086f6b64807ef2822a4e3af49733a67e6e Mon Sep 17 00:00:00 2001 From: dengbiao Date: Mon, 21 Oct 2024 14:01:33 +0800 Subject: [PATCH] 1 --- app/customer/hdl/hdl_login.go | 1 + 1 file changed, 1 insertion(+) diff --git a/app/customer/hdl/hdl_login.go b/app/customer/hdl/hdl_login.go index 51d4bba..bb1589e 100644 --- a/app/customer/hdl/hdl_login.go +++ b/app/customer/hdl/hdl_login.go @@ -106,6 +106,7 @@ func WxDecryptUserInfo(c *gin.Context) { func WxDecryptMobile(c *gin.Context) { var req md.WxDecryptMobileReq err := c.ShouldBindJSON(&req) + utils.FilePutContents("WxDecryptMobile", utils.SerializeStr(req)) if err != nil { utils.FilePutContents("WxDecryptMobile_ERR", utils.SerializeStr(req)) err = validate.HandleValidateErr(err)