{
"socketType":2,
"list":[
{
"type":207,
"groupName":"测试群01",
"newGroupName":"测试群02",
"newGroupAnnouncement":"修改的群公告(选填)",
"selectList":[
],
"removeList":[
]
}
]
}
curl --location -g --request POST 'https://api.worktool.ymdyes.cn/wework/sendRawMessage?robotId=wechattool1' \
--header 'Content-Type: application/json' \
--data-raw '{
"socketType":2,
"list":[
{
"type":207,
"groupName":"测试群01",
"newGroupName":"测试群02",
"newGroupAnnouncement":"修改的群公告(选填)",
"selectList":[
],
"removeList":[
]
}
]
}'
{
"code": 0,
"message": "string",
"data": "string"
}