From 6685fd6e2587db2cdff271d8b64cab9fcb797bd8 Mon Sep 17 00:00:00 2001 From: Jerry Date: Wed, 6 May 2020 19:29:04 +0800 Subject: [PATCH] fix --- examples/wechat/wx_ServiceApi.go | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/wechat/wx_ServiceApi.go b/examples/wechat/wx_ServiceApi.go index 5c4962c2..1af54f05 100644 --- a/examples/wechat/wx_ServiceApi.go +++ b/examples/wechat/wx_ServiceApi.go @@ -19,7 +19,6 @@ func Code2Session() { return } fmt.Println("SessionKey:", userIdRsp.SessionKey) - fmt.Println("ExpiresIn:", userIdRsp.ExpiresIn) fmt.Println("OpenID:", userIdRsp.Openid) fmt.Println("UnionID:", userIdRsp.Unionid) fmt.Println("Errcode:", userIdRsp.Errcode)