Refactor code

pull/131/head
wenxu12345 4 years ago
parent 06af2b6aa3
commit 136e0cde06

@ -33,7 +33,7 @@ func ProtoToMap(pb proto.Message, idFix bool) map[string]interface{} {
marshaler := jsonpb.Marshaler{ marshaler := jsonpb.Marshaler{
OrigName: true, OrigName: true,
EnumsAsInts: false, EnumsAsInts: false,
EmitDefaults: true, EmitDefaults: false,
} }
s, _ := marshaler.MarshalToString(pb) s, _ := marshaler.MarshalToString(pb)

Loading…
Cancel
Save