fix start strategy

This commit is contained in:
yanweidong
2026-02-09 17:45:52 +08:00
parent b99ab8f415
commit 43e4c9a789

View File

@@ -33,4 +33,6 @@ func updateTask() {
a.GetFinaIndicator()
// 生成Markdown文件
a.GenMarkData()
// start strategy
utils.HttpGet("http://localhost:13499/start/strategy")
}