上传错误码
This commit is contained in:
parent
a89502c03d
commit
c9a04e6d81
@ -377,6 +377,12 @@ const (
|
||||
//reputation
|
||||
ErrorCode_ReputationTalentFull ErrorCode = 4501 //天赋满级
|
||||
ErrorCode_ReputationNoPreNodeLv ErrorCode = 4502 //前置节点等级不满足
|
||||
// oldtimes
|
||||
ErrorCode_OldtimesReceived ErrorCode = 4601 //章节奖励已领取
|
||||
ErrorCode_OldtimesFinished ErrorCode = 4602 //章节已完成
|
||||
ErrorCode_OldtimesLevelOver ErrorCode = 4603 //已通关
|
||||
ErrorCode_OldtimesPreLevelNoFinished ErrorCode = 4604 //前置未完成
|
||||
ErrorCode_OldtimesNoAllFinished ErrorCode = 4605 //没有全部通关
|
||||
)
|
||||
|
||||
// Enum value maps for ErrorCode.
|
||||
@ -700,6 +706,11 @@ var (
|
||||
4404: "ParkourTargetTeamed",
|
||||
4501: "ReputationTalentFull",
|
||||
4502: "ReputationNoPreNodeLv",
|
||||
4601: "OldtimesReceived",
|
||||
4602: "OldtimesFinished",
|
||||
4603: "OldtimesLevelOver",
|
||||
4604: "OldtimesPreLevelNoFinished",
|
||||
4605: "OldtimesNoAllFinished",
|
||||
}
|
||||
ErrorCode_value = map[string]int32{
|
||||
"Success": 0,
|
||||
@ -1020,6 +1031,11 @@ var (
|
||||
"ParkourTargetTeamed": 4404,
|
||||
"ReputationTalentFull": 4501,
|
||||
"ReputationNoPreNodeLv": 4502,
|
||||
"OldtimesReceived": 4601,
|
||||
"OldtimesFinished": 4602,
|
||||
"OldtimesLevelOver": 4603,
|
||||
"OldtimesPreLevelNoFinished": 4604,
|
||||
"OldtimesNoAllFinished": 4605,
|
||||
}
|
||||
)
|
||||
|
||||
@ -1054,7 +1070,7 @@ var File_errorcode_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_errorcode_proto_rawDesc = []byte{
|
||||
0x0a, 0x0f, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x63, 0x6f, 0x64, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
||||
0x6f, 0x2a, 0x9c, 0x3a, 0x0a, 0x09, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12,
|
||||
0x6f, 0x2a, 0x9f, 0x3b, 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,
|
||||
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,
|
||||
@ -1520,7 +1536,16 @@ var file_errorcode_proto_rawDesc = []byte{
|
||||
0x75, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x6c, 0x65, 0x6e, 0x74, 0x46, 0x75, 0x6c,
|
||||
0x6c, 0x10, 0x95, 0x23, 0x12, 0x1a, 0x0a, 0x15, 0x52, 0x65, 0x70, 0x75, 0x74, 0x61, 0x74, 0x69,
|
||||
0x6f, 0x6e, 0x4e, 0x6f, 0x50, 0x72, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x4c, 0x76, 0x10, 0x96, 0x23,
|
||||
0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
0x12, 0x15, 0x0a, 0x10, 0x4f, 0x6c, 0x64, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x52, 0x65, 0x63, 0x65,
|
||||
0x69, 0x76, 0x65, 0x64, 0x10, 0xf9, 0x23, 0x12, 0x15, 0x0a, 0x10, 0x4f, 0x6c, 0x64, 0x74, 0x69,
|
||||
0x6d, 0x65, 0x73, 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x65, 0x64, 0x10, 0xfa, 0x23, 0x12, 0x16,
|
||||
0x0a, 0x11, 0x4f, 0x6c, 0x64, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x4f,
|
||||
0x76, 0x65, 0x72, 0x10, 0xfb, 0x23, 0x12, 0x1f, 0x0a, 0x1a, 0x4f, 0x6c, 0x64, 0x74, 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, 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, 0x72, 0x6f,
|
||||
0x74, 0x6f, 0x33,
|
||||
}
|
||||
|
||||
var (
|
||||
|
Loading…
Reference in New Issue
Block a user