test
parent
fb3d73327f
commit
cb092e1929
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue