Commit ac12d0c9 by lzzzzl

推送测试

parent 4c20e9db
Showing with 4 additions and 0 deletions
...@@ -79,14 +79,17 @@ func main() { ...@@ -79,14 +79,17 @@ func main() {
errLx := initDb("InitLxDB", util.Configs.Liexin_databases.Dns) errLx := initDb("InitLxDB", util.Configs.Liexin_databases.Dns)
if errGoods != nil { if errGoods != nil {
fmt.Println("goods wrong")
fmt.Println(errGoods) fmt.Println(errGoods)
} }
if errSpu != nil { if errSpu != nil {
fmt.Println("spu wrong")
fmt.Println(errGoods) fmt.Println(errGoods)
} }
if errSeo != nil { if errSeo != nil {
fmt.Println("seo wrong")
fmt.Println(errSeo) fmt.Println(errSeo)
} }
...@@ -95,6 +98,7 @@ func main() { ...@@ -95,6 +98,7 @@ func main() {
//} //}
if errLx != nil { if errLx != nil {
fmt.Println("lx wrong")
fmt.Println(errLx) fmt.Println(errLx)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment