refactor🎨 api数据初始化调整

This commit is contained in:
wenjianzhang
2021-05-17 23:09:35 +08:00
parent b2345039e4
commit 6b1c3d9226
10 changed files with 171 additions and 201 deletions
+2 -1
View File
@@ -3,4 +3,5 @@ package global
const (
LoginLog = "login_log_queue"
OperateLog = "operate_log_queue"
)
ApiCheck = "api_check_queue"
)