[]proto as3
message s_11004_c {
repeated objinfo info = 1;
}
message objinfo {
required int32 id = 1;
required int32 type = 2;
repeated coordinates xy = 3;
}
message coordinates {
required string x = 1;
required string y = 2;
}
有以下错误提示
Invalid wire type: 7
Invalid wire type: 4Invalid wire type: 3
Invalid nested message
repeated objinfo info = 1;
}
message objinfo {
required int32 id = 1;
required int32 type = 2;
repeated coordinates xy = 3;
}
message coordinates {
required string x = 1;
required string y = 2;
}
有以下错误提示
Invalid wire type: 7
Invalid wire type: 4Invalid wire type: 3
Invalid nested message
没有找到相关结果
已邀请:
要回复问题请先登录
2 个回复
shicheju
赞同来自:
Laya_XS
赞同来自: