只收到一条消息问题的修复

This commit is contained in:
zhangkun9038@dingtalk.com 2024-12-17 10:48:47 +08:00
parent 9874d08bc4
commit e760e72702
2 changed files with 4 additions and 1 deletions

View File

@ -4,10 +4,12 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/phyer/core"
"os"
"strconv"
"strings"
"github.com/phyer/core"
// "sync"
"time"
//
@ -224,6 +226,7 @@ func GetRangeCandleSortedSet(cr *core.Core, setName string, count int, from time
return &cdl, err
}
for _, str := range keyAry {
fmt.Println("str:", str)
if str == nil {
continue
}

BIN
siaga

Binary file not shown.