rdluck 4 years ago
parent
commit
0250fbe653
1 changed files with 2 additions and 1 deletions
  1. 2 1
      services/task.go

+ 2 - 1
services/task.go

@@ -76,7 +76,8 @@ func TaskTest(){
 
 
 func Task123() {
 func Task123() {
 	fmt.Println("start")
 	fmt.Println("start")
-	FreeViewerDetail()
+	//FreeViewerDetail()
+	HongzeUsers()
 	fmt.Println("end")
 	fmt.Println("end")
 	return
 	return
 }
 }