feat stock basic

This commit is contained in:
2026-01-13 15:30:55 +08:00
parent 49e70554f1
commit 845aef2fe8
3 changed files with 150 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
package cron
func Boot(){
import "git.apinb.com/dataset/stock/internal/logic/a"
}
func Boot() {
a.NewApiClient()
a.CheckStockBasic()
}