This commit is contained in:
邹宗楠
2022-06-15 16:52:54 +08:00
parent c787af5964
commit 810f8074d8
5 changed files with 54 additions and 38 deletions

View File

@@ -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) {