Skip to content

Commit d4c31f7

Browse files
committed
test
1 parent 1a5153b commit d4c31f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

telebot/utils/telebot.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ package utils
22

33
import (
44
"errors"
5+
"fmt"
6+
"github.com/3JoB/ulib/reflect"
57
"time"
68

79
tele "github.com/3JoB/telebot"
@@ -182,6 +184,8 @@ func (n *use) GetAdminList() (map[int64]int, error) {
182184
return nil, nil
183185
}
184186

187+
fmt.Println(reflect.String(d))
188+
185189
json.UnmarshalString(gjson.GetBytes(d, "result").String(), &b)
186190
if len(b) == 0 {
187191
return nil, errors.New("ulib.telebot: failed to fetch admin list,please check what happened")

0 commit comments

Comments
 (0)