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)