1
This commit is contained in:
@@ -96,12 +96,12 @@ func TestGetUserByMobile(t *testing.T) {
|
||||
func TestCreateSession(t *testing.T) {
|
||||
api = New("ww9a156bfa070e1857", "JQsEmSTltHhNgdPIT320YJFphiYmRs-YZa-rCBwplss") // 小程序
|
||||
err := api.CreateAppChat(&CreateAppChatParamReq{
|
||||
UserList: []string{"jx2022524_668511", "LiuLei"},
|
||||
Name: "test1liulei",
|
||||
UserList: []string{"WangXiao", "LiuLei"},
|
||||
Name: "刘磊的企业微信群1",
|
||||
Owner: "LiuLei",
|
||||
ChatId: "11112",
|
||||
ChatId: "18981810341",
|
||||
})
|
||||
fmt.Println(err)
|
||||
fmt.Println("err======", err)
|
||||
}
|
||||
|
||||
func Test1111(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user