rdluck 4 жил өмнө
parent
commit
a676d91bae
1 өөрчлөгдсөн 0 нэмэгдсэн , 5 устгасан
  1. 0 5
      services/task.go

+ 0 - 5
services/task.go

@@ -2,7 +2,6 @@ package services
 
 import (
 	"fmt"
-	"hongze/hongze_cygx/utils"
 )
 
 func Task() {
@@ -14,9 +13,5 @@ func Task() {
 	//GetIndustryMap()
 	//解析报告
 	//GetArticleExpert()
-
-
-	pwd:=utils.GetRandStringNoSpecialChar(16)
-	fmt.Println(pwd)
 	fmt.Println("end")
 }