master_huanxiang
mashiyu 2019-01-17 19:46:21 +08:00
parent fb3d73327f
commit cb092e1929
1 changed files with 13 additions and 1 deletions

View File

@ -11,6 +11,7 @@ local LOGINREQUEST_STR_FIELD = protobuf.FieldDescriptor();
LOGINRESPONSE = protobuf.Descriptor();
local LOGINRESPONSE_RESULTCODE_FIELD = protobuf.FieldDescriptor();
local LOGINRESPONSE_NEWTOKEN_FIELD = protobuf.FieldDescriptor();
local LOGINRESPONSE_ITEMLIST_FIELD = protobuf.FieldDescriptor();
GETPLAYERINFOREQUEST = protobuf.Descriptor();
local GETPLAYERINFOREQUEST_NUM_FIELD = protobuf.FieldDescriptor();
local GETPLAYERINFOREQUEST_STR_FIELD = protobuf.FieldDescriptor();
@ -79,11 +80,22 @@ LOGINRESPONSE_NEWTOKEN_FIELD.default_value = ""
LOGINRESPONSE_NEWTOKEN_FIELD.type = 9
LOGINRESPONSE_NEWTOKEN_FIELD.cpp_type = 9
LOGINRESPONSE_ITEMLIST_FIELD.name = "itemlist"
LOGINRESPONSE_ITEMLIST_FIELD.full_name = ".com.ljsd.jieling.protocols.LoginResponse.itemlist"
LOGINRESPONSE_ITEMLIST_FIELD.number = 3
LOGINRESPONSE_ITEMLIST_FIELD.index = 2
LOGINRESPONSE_ITEMLIST_FIELD.label = 3
LOGINRESPONSE_ITEMLIST_FIELD.has_default_value = false
LOGINRESPONSE_ITEMLIST_FIELD.default_value = {}
LOGINRESPONSE_ITEMLIST_FIELD.message_type = CommonProto_pb.ITEM
LOGINRESPONSE_ITEMLIST_FIELD.type = 11
LOGINRESPONSE_ITEMLIST_FIELD.cpp_type = 10
LOGINRESPONSE.name = "LoginResponse"
LOGINRESPONSE.full_name = ".com.ljsd.jieling.protocols.LoginResponse"
LOGINRESPONSE.nested_types = {}
LOGINRESPONSE.enum_types = {}
LOGINRESPONSE.fields = {LOGINRESPONSE_RESULTCODE_FIELD, LOGINRESPONSE_NEWTOKEN_FIELD}
LOGINRESPONSE.fields = {LOGINRESPONSE_RESULTCODE_FIELD, LOGINRESPONSE_NEWTOKEN_FIELD, LOGINRESPONSE_ITEMLIST_FIELD}
LOGINRESPONSE.is_extendable = false
LOGINRESPONSE.extensions = {}
GETPLAYERINFOREQUEST_NUM_FIELD.name = "num"