- normal store weixin msg.
This commit is contained in:
14
business/jxstore/cms/message_test.go
Normal file
14
business/jxstore/cms/message_test.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package cms
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.rosy.net.cn/jx-callback/business/jxutils/jxcontext"
|
||||
)
|
||||
|
||||
func TestSendStoreMessage(t *testing.T) {
|
||||
err := SendStoreMessage(jxcontext.AdminCtx, "title", "content", []int{1}, false, true)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user