From a1d9cc41fc7ec21e945545da6413153d20c7b6bd Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Sun, 18 May 2025 11:15:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=BD=AF=E7=AC=AC=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handler/tool.go | 1 + 1 file changed, 1 insertion(+) diff --git a/handler/tool.go b/handler/tool.go index c81d3aa..5b7cc04 100644 --- a/handler/tool.go +++ b/handler/tool.go @@ -892,6 +892,7 @@ func handleThirdPartyCallback(c *gin.Context) { log.Println("state is empty,stateID=", stateID) } else { //json解析 + log.Println("stateStr:", stateStr, "\tcode:", code) var state proto.ThirdPartyLoginState err := json.Unmarshal([]byte(stateStr), &state) log.Println("handle callback state:", stateStr, "\tcode:", code)