feat stock basic
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
package cron
|
||||
|
||||
func Boot(){
|
||||
import "git.apinb.com/dataset/stock/internal/logic/a"
|
||||
|
||||
}
|
||||
func Boot() {
|
||||
a.NewApiClient()
|
||||
a.CheckStockBasic()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user