messagetest

This commit is contained in:
jiangyong27 2025-04-09 13:50:26 +08:00
parent 298c5ecfc7
commit d6f3e85fac
1 changed files with 2 additions and 0 deletions

View File

@ -15,5 +15,7 @@ func main() {
worker.InitCorp()
global.SendCorpMessage(1000, []string{"jiangyong"}, "测试1")
global.SendCorpMessage(1002, []string{"jiangyong"}, "测试2")
select {}
}