diff --git a/client/pb/web/WebSsoBody.pb.go b/client/pb/web/WebSsoBody.pb.go index 6f50226e..e77cb586 100644 --- a/client/pb/web/WebSsoBody.pb.go +++ b/client/pb/web/WebSsoBody.pb.go @@ -7,10 +7,11 @@ package web import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" sync "sync" + + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" ) const ( diff --git a/client/web.go b/client/web.go index 49fce4fc..9236dbd3 100644 --- a/client/web.go +++ b/client/web.go @@ -4,12 +4,13 @@ import ( "encoding/base64" "encoding/json" "fmt" + "strings" + "github.com/Mrs4s/MiraiGo/client/pb/web" "github.com/Mrs4s/MiraiGo/protocol/packets" "github.com/Mrs4s/MiraiGo/utils" "github.com/pkg/errors" "google.golang.org/protobuf/proto" - "strings" ) type UnidirectionalFriendInfo struct {