This commit is contained in:
meixiongfeng 2023-05-31 18:50:08 +08:00
parent 30c82b64ed
commit b4a3b8301e

View File

@ -394,6 +394,7 @@ const (
ErrorCode_OldtimesLevelOver ErrorCode = 4603 //已通关 ErrorCode_OldtimesLevelOver ErrorCode = 4603 //已通关
ErrorCode_OldtimesPreLevelNoFinished ErrorCode = 4604 //前置未完成 ErrorCode_OldtimesPreLevelNoFinished ErrorCode = 4604 //前置未完成
ErrorCode_OldtimesNoAllFinished ErrorCode = 4605 //没有全部通关 ErrorCode_OldtimesNoAllFinished ErrorCode = 4605 //没有全部通关
ErrorCode_ExternalModule ErrorCode = 4606
) )
// Enum value maps for ErrorCode. // Enum value maps for ErrorCode.
@ -731,6 +732,7 @@ var (
4603: "OldtimesLevelOver", 4603: "OldtimesLevelOver",
4604: "OldtimesPreLevelNoFinished", 4604: "OldtimesPreLevelNoFinished",
4605: "OldtimesNoAllFinished", 4605: "OldtimesNoAllFinished",
4606: "ExternalModule",
} }
ErrorCode_value = map[string]int32{ ErrorCode_value = map[string]int32{
"Success": 0, "Success": 0,
@ -1065,6 +1067,7 @@ var (
"OldtimesLevelOver": 4603, "OldtimesLevelOver": 4603,
"OldtimesPreLevelNoFinished": 4604, "OldtimesPreLevelNoFinished": 4604,
"OldtimesNoAllFinished": 4605, "OldtimesNoAllFinished": 4605,
"ExternalModule": 4606,
} }
) )
@ -1099,7 +1102,7 @@ var File_errorcode_proto protoreflect.FileDescriptor
var file_errorcode_proto_rawDesc = []byte{ var file_errorcode_proto_rawDesc = []byte{
0x0a, 0x0f, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x63, 0x6f, 0x64, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x0a, 0x0f, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x63, 0x6f, 0x64, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
0x6f, 0x2a, 0xf1, 0x3c, 0x0a, 0x09, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x6f, 0x2a, 0x86, 0x3d, 0x0a, 0x09, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12,
0x0b, 0x0a, 0x07, 0x53, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x10, 0x00, 0x12, 0x14, 0x0a, 0x10, 0x0b, 0x0a, 0x07, 0x53, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x10, 0x00, 0x12, 0x14, 0x0a, 0x10,
0x47, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x45, 0x78, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x45, 0x78, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e,
0x10, 0x01, 0x12, 0x11, 0x0a, 0x0d, 0x4e, 0x6f, 0x46, 0x69, 0x6e, 0x64, 0x53, 0x65, 0x72, 0x76, 0x10, 0x01, 0x12, 0x11, 0x0a, 0x0d, 0x4e, 0x6f, 0x46, 0x69, 0x6e, 0x64, 0x53, 0x65, 0x72, 0x76,
@ -1586,8 +1589,9 @@ var file_errorcode_proto_rawDesc = []byte{
0x69, 0x6d, 0x65, 0x73, 0x50, 0x72, 0x65, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x4e, 0x6f, 0x46, 0x69, 0x69, 0x6d, 0x65, 0x73, 0x50, 0x72, 0x65, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x4e, 0x6f, 0x46, 0x69,
0x6e, 0x69, 0x73, 0x68, 0x65, 0x64, 0x10, 0xfc, 0x23, 0x12, 0x1a, 0x0a, 0x15, 0x4f, 0x6c, 0x64, 0x6e, 0x69, 0x73, 0x68, 0x65, 0x64, 0x10, 0xfc, 0x23, 0x12, 0x1a, 0x0a, 0x15, 0x4f, 0x6c, 0x64,
0x74, 0x69, 0x6d, 0x65, 0x73, 0x4e, 0x6f, 0x41, 0x6c, 0x6c, 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x4e, 0x6f, 0x41, 0x6c, 0x6c, 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68,
0x65, 0x64, 0x10, 0xfd, 0x23, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x65, 0x64, 0x10, 0xfd, 0x23, 0x12, 0x13, 0x0a, 0x0e, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61,
0x72, 0x6f, 0x74, 0x6f, 0x33, 0x6c, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x10, 0xfe, 0x23, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b,
0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
} }
var ( var (