You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
379 B
12 lines
379 B
syntax = "proto3"; |
|
package passport.service.sns; |
|
option go_package = "model"; |
|
|
|
import "github.com/gogo/protobuf/gogoproto/gogo.proto"; |
|
|
|
message SnsProto { |
|
int64 Mid = 1 [(gogoproto.jsontag) = "mid"]; |
|
string UnionID = 2 [(gogoproto.jsontag) = "unionid"]; |
|
int32 Platform = 3 [(gogoproto.jsontag) = "platform"]; |
|
int64 Expires = 4 [(gogoproto.jsontag) = "expires"]; |
|
} |