messagetest
This commit is contained in:
parent
298c5ecfc7
commit
d6f3e85fac
|
@ -15,5 +15,7 @@ func main() {
|
||||||
|
|
||||||
worker.InitCorp()
|
worker.InitCorp()
|
||||||
|
|
||||||
|
global.SendCorpMessage(1000, []string{"jiangyong"}, "测试1")
|
||||||
|
global.SendCorpMessage(1002, []string{"jiangyong"}, "测试2")
|
||||||
select {}
|
select {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue