diff --git a/goCharts/draw.go b/goCharts/draw.go index c4f41a4..8776993 100644 --- a/goCharts/draw.go +++ b/goCharts/draw.go @@ -11,6 +11,7 @@ package goCharts import ( "WechatGateWay/api" "github.com/vicanso/go-charts/v2" + "log" "math/rand" "time" ) @@ -26,6 +27,7 @@ func getRand(len int) []float64 { func Draw() { timeUpdate, symbolPrice := api.GetSerivers("ETHUSDT") + log.Println(timeUpdate, symbolPrice) values := [][]float64{ symbolPrice, //getRand(30),