协议提交

yuanshuai 2020-10-16 10:25:57 +08:00
parent 5877c9e587
commit 2924f06560
1 changed files with 12 additions and 1 deletions

View File

@ -584,6 +584,7 @@ JOURNEYCELL = protobuf.Descriptor();
JOURNEYCELL_CELLID_FIELD = protobuf.FieldDescriptor();
JOURNEYCELL_POINTID_FIELD = protobuf.FieldDescriptor();
JOURNEYCELL_CELLINDEX_FIELD = protobuf.FieldDescriptor();
JOURNEYCELL_REWARDID_FIELD = protobuf.FieldDescriptor();
ERRORRESPONSE_ERRCODE_FIELD.name = "errCode"
ERRORRESPONSE_ERRCODE_FIELD.full_name = ".com.ljsd.jieling.protocols.ErrorResponse.errCode"
@ -6108,11 +6109,21 @@ JOURNEYCELL_CELLINDEX_FIELD.default_value = 0
JOURNEYCELL_CELLINDEX_FIELD.type = 5
JOURNEYCELL_CELLINDEX_FIELD.cpp_type = 1
JOURNEYCELL_REWARDID_FIELD.name = "rewardId"
JOURNEYCELL_REWARDID_FIELD.full_name = ".com.ljsd.jieling.protocols.JourneyCell.rewardId"
JOURNEYCELL_REWARDID_FIELD.number = 4
JOURNEYCELL_REWARDID_FIELD.index = 3
JOURNEYCELL_REWARDID_FIELD.label = 1
JOURNEYCELL_REWARDID_FIELD.has_default_value = false
JOURNEYCELL_REWARDID_FIELD.default_value = 0
JOURNEYCELL_REWARDID_FIELD.type = 5
JOURNEYCELL_REWARDID_FIELD.cpp_type = 1
JOURNEYCELL.name = "JourneyCell"
JOURNEYCELL.full_name = ".com.ljsd.jieling.protocols.JourneyCell"
JOURNEYCELL.nested_types = {}
JOURNEYCELL.enum_types = {}
JOURNEYCELL.fields = {JOURNEYCELL_CELLID_FIELD, JOURNEYCELL_POINTID_FIELD, JOURNEYCELL_CELLINDEX_FIELD}
JOURNEYCELL.fields = {JOURNEYCELL_CELLID_FIELD, JOURNEYCELL_POINTID_FIELD, JOURNEYCELL_CELLINDEX_FIELD, JOURNEYCELL_REWARDID_FIELD}
JOURNEYCELL.is_extendable = false
JOURNEYCELL.extensions = {}