Skip to content

Commit 0ce39a4

Browse files
committed
[增加]1. 增加协议错误码的字段为2047
1 parent 277f8db commit 0ce39a4

File tree

2 files changed

+234
-220
lines changed

2 files changed

+234
-220
lines changed

ProtoExport/MessageHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ private static void ParseMessage(string proto, string packageName, List<MessageI
266266
field.Description = "返回的错误码";
267267
field.Name = "ErrorCode";
268268
field.Type = Utility.ConvertType("int32");
269-
field.Members = 888;
269+
field.Members = 2047;
270270
info.Fields.Add(field);
271271
}
272272
}

0 commit comments

Comments
 (0)