This commit is contained in:
suyl
2021-06-10 17:12:54 +08:00
parent afff3d43c1
commit 897ecdcca0
3 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,6 @@ package weixinmsg
import (
"testing"
"git.rosy.net.cn/jx-callback/business/jxutils/jxcontext"
"git.rosy.net.cn/jx-callback/globals/api2"
"git.rosy.net.cn/baseapi/utils"
@@ -21,8 +20,8 @@ func TestGetWeixinOpenIDsFromStoreID(t *testing.T) {
}
func TestSendStoreMessage(t *testing.T) {
_, err := SendStoreMessage(jxcontext.AdminCtx, "title", "content", []int{1}, false, true)
if err != nil {
t.Fatal(err)
}
//_, err := SendStoreMessage(jxcontext.AdminCtx, "title", "content", []int{1}, false, true)
//if err != nil {
// t.Fatal(err)
//}
}