From 550bd8a218224e6c73201f444387d66a299f438b Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期二, 15 八月 2023 19:56:35 +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