Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry committed May 6, 2020
1 parent 74a3f98 commit 6685fd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/wechat/wx_ServiceApi.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6685fd6

Please sign in to comment.