init.go 236 B

1234567891011
  1. // Copyright 2019 github.com. All rights reserved.
  2. // Use of this source code is governed by github.com.
  3. package timetask
  4. func Init() {
  5. // 状态监测定时任务
  6. go dustStatusTask()
  7. go SendProvincialTask()
  8. //go dustHourLoop()
  9. }