|
@@ -5,7 +5,6 @@ import (
|
|
"app.yhyue.com/moapp/jypkg/public"
|
|
"app.yhyue.com/moapp/jypkg/public"
|
|
"fmt"
|
|
"fmt"
|
|
"jy/src/jfw/config"
|
|
"jy/src/jfw/config"
|
|
- "jy/src/jfw/front"
|
|
|
|
"jy/src/jfw/nodemgr"
|
|
"jy/src/jfw/nodemgr"
|
|
"log"
|
|
"log"
|
|
"math"
|
|
"math"
|
|
@@ -59,9 +58,6 @@ func updateHotKeys() {
|
|
}
|
|
}
|
|
})
|
|
})
|
|
|
|
|
|
- c.AddFunc("0 0 1 1,4,7,10 * *", func() {
|
|
|
|
- front.BiddingTrend(time.Now().AddDate(0,-3,0).Unix(),time.Now().Unix())
|
|
|
|
- })
|
|
|
|
c.Start()
|
|
c.Start()
|
|
defer c.Stop()
|
|
defer c.Stop()
|
|
chan bool(nil) <- true
|
|
chan bool(nil) <- true
|