+ EnableWXAuth2
This commit is contained in:
20
business/jxutils/weixinmsg/weixinmsg_test.go
Normal file
20
business/jxutils/weixinmsg/weixinmsg_test.go
Normal file
@@ -0,0 +1,20 @@
|
||||
package weixinmsg
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.rosy.net.cn/jx-callback/globals/api2"
|
||||
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"git.rosy.net.cn/jx-callback/globals/testinit"
|
||||
)
|
||||
|
||||
func init() {
|
||||
testinit.Init()
|
||||
api2.Init()
|
||||
}
|
||||
|
||||
func TestGetWeixinOpenIDsFromStoreID(t *testing.T) {
|
||||
openIDs := GetWeixinOpenIDsFromStoreID(100118)
|
||||
t.Log(utils.Format4Output(openIDs, false))
|
||||
}
|
||||
Reference in New Issue
Block a user