From 9d7ef2830e465affb012f9af4923fa810ddfa8cd Mon Sep 17 00:00:00 2001 From: dengbiao Date: Mon, 16 Dec 2024 20:14:29 +0800 Subject: [PATCH] 1 --- app/hdl/hdl_login.go | 1 + 1 file changed, 1 insertion(+) diff --git a/app/hdl/hdl_login.go b/app/hdl/hdl_login.go index 48051f0..5d36e18 100644 --- a/app/hdl/hdl_login.go +++ b/app/hdl/hdl_login.go @@ -144,6 +144,7 @@ func WechatLogin(c *gin.Context) { e.OutErr(c, err1.Code, err1.Error()) return } + utils.FilePutContents("WechatLogin", utils.SerializeStr(req)) if req.WechatCode == "" { e.OutErr(c, 400, e.NewErr(400, "获取微信信息失败")) return