From 27340458546c14ebacd98c9c73f8780e22705ffe Mon Sep 17 00:00:00 2001 From: dustoair <107600816+dustoair@users.noreply.github.com> Date: Sat, 17 Sep 2022 18:18:53 +0800 Subject: [PATCH] get huge eth price --- goCharts/draw.go | 2 ++ 1 file changed, 2 insertions(+) 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),