baishaojie hace 4 meses
padre
commit
8090972998
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      http/handle/yq/yq.go

+ 3 - 2
http/handle/yq/yq.go

@@ -37,8 +37,9 @@ func YqCron() {
 		return
 	}
 
-	// token := getToken()
-	// syncBar(token, pastureinfo.Pastureid, pastureinfo.Werks)
+	token := getToken()
+	fmt.Println(token)
+	syncBar(token, pastureinfo.Pastureid, pastureinfo.Werks)
 	c := cron.New()
 	c.AddFunc("0 0 1 * * *", func() {
 		token := getToken()