@@ -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")
}