diff options
author | crupest <crupest@outlook.com> | 2020-03-11 18:38:22 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-03-11 18:38:22 +0800 |
commit | 57c9da7f6bc98fb70e26f5332ffccfd55f7eb69b (patch) | |
tree | 4a2c53d6c5e7f90c88ea287302d01a5d87b730fc /Timeline.ErrorCodes | |
parent | 53b237832d3d967b531a8dc130ebbf2ede173741 (diff) | |
download | timeline-57c9da7f6bc98fb70e26f5332ffccfd55f7eb69b.tar.gz timeline-57c9da7f6bc98fb70e26f5332ffccfd55f7eb69b.tar.bz2 timeline-57c9da7f6bc98fb70e26f5332ffccfd55f7eb69b.zip |
...
Diffstat (limited to 'Timeline.ErrorCodes')
-rw-r--r-- | Timeline.ErrorCodes/ErrorCodes.cs | 3 |
1 files changed, 2 insertions, 1 deletions
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;
}
}
}
|