package biz import ( "context" "testing" ) func Test_report(t *testing.T) { run() chatId, err := groupConfigBiz.GetReportLists(context.Background(), nil) t.Log(chatId, err) }