From 066a30751bdc20f9e83b34539de71ae392783e1b Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期六, 19 八月 2023 15:58:09 +0800 Subject: [PATCH] 网络配置获取和删除,品牌增删改查 --- constvar/const.go | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) diff --git a/constvar/const.go b/constvar/const.go index 00642ca..8e487a3 100644 --- a/constvar/const.go +++ b/constvar/const.go @@ -1,15 +1,5 @@ package constvar -type UserStatus int - -type UserType int - const ( - UserTypeSuper UserType = iota + 1 // 瓒呯骇绠$悊鍛� - UserTypePrimary // 涓昏处鎴� - UserTypeSub // 瀛愯处鎴� -) - -const ( - ApsServerHost = "" + NsqTopicScheduleTask = "aps.%v.scheduleTask" //鎺掔▼浠诲姟涓嬪彂 ) -- Gitblit v1.8.0