From 57c9da7f6bc98fb70e26f5332ffccfd55f7eb69b Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 11 Mar 2020 18:38:22 +0800 Subject: ... --- Timeline.ErrorCodes/ErrorCodes.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Timeline.ErrorCodes') diff --git a/Timeline.ErrorCodes/ErrorCodes.cs b/Timeline.ErrorCodes/ErrorCodes.cs index ef150921..0af36383 100644 --- a/Timeline.ErrorCodes/ErrorCodes.cs +++ b/Timeline.ErrorCodes/ErrorCodes.cs @@ -62,7 +62,8 @@ public const int NotExist = 1_104_02_01; public const int MemberPut_NotExist = 1_104_03_01; public const int QueryRelateNotExist = 1_104_04_01; - public const int PostNoData = 1_104_05_01; + public const int PostNotExist = 1_104_05_01; + public const int PostNoData = 1_104_05_02; } } } -- cgit v1.2.3