From d274938309c4875ea6b437a87632944a9178c735 Mon Sep 17 00:00:00 2001 From: guzeng Date: Tue, 6 Apr 2021 00:15:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=91=E5=AE=9A=E7=AC=AC?= =?UTF-8?q?=E4=B8=89=E6=96=B9=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- third.client.go | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/third.client.go b/third.client.go index 9bf672c..79593ea 100644 --- a/third.client.go +++ b/third.client.go @@ -1,5 +1,14 @@ package userrpc +import ( + "encoding/json" + "strconv" + "time" + + "git.tetele.net/tgo/crypter" + "github.com/golang/protobuf/proto" +) + /** * 绑定第三方平台openid * 2021/04/05