get huge eth price
continuous-integration/drone/push Build is passing Details

master
dustoair 3 years ago
parent d2a507dece
commit 2734045854

@ -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),

Loading…
Cancel
Save