This commit is contained in:
yanweidong
2026-01-30 19:48:18 +08:00
parent 43225379fe
commit efa83b0c96
9 changed files with 3334 additions and 2347 deletions

View File

@@ -31,6 +31,14 @@ func main() {
config.New(ServiceKey)
impl.NewImpl()
strategy.GenMarkData("601899.SH")
}
func main2() {
log.Println("Hello Cli!")
config.New(ServiceKey)
impl.NewImpl()
data_ok := []*ResultData{}
data_not := []*ResultData{}
for _, code := range strategy.GetStocks() {