ai_scheduler/internal/biz/group_config_test.go

13 lines
182 B
Go

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