Error code standardization

This commit is contained in:
skiffer-git
2023-02-21 16:48:10 +08:00
parent ae40c8c8c0
commit 5751062605
11 changed files with 68 additions and 21 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
package constant
const (
ShowNumber = 1000
ShowNumber = 1000
StatisticsTimeInterval = 60
MaxNotificationNum = 500
)