Commit 3347c313 by lzzzzl

项目重构

parent a70e1f1d
Showing with 4 additions and 0 deletions
......@@ -13,6 +13,8 @@ import (
var ConfigDir string
var LogDir string
var mobile []string
var isAtAll bool
type RecvPro struct {
}
......@@ -67,6 +69,8 @@ func main() {
_ = logger.InitLogger("file", logConfig)
logger.Init()
ding.Send(util.Configs.Ding_msg.Webhook, "SEO推送", "消费任务启动", mobile, isAtAll)
t := &RecvPro{}
// 队列发送消息
rabbitmq.Recv(rabbitmq.QueueExchange{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment