{
"method": "string",
"params": {
"guid": "string",
"openRoomId": "string",
"openRoomIdList": "string",
"corpAgentId": "string"
}
}curl --location '/work-weixin/api/doApi' \
--header 'X-QIWEI-TOKEN;' \
--header 'Content-Type: application/json' \
--data '{
"method": "string",
"params": {
"guid": "string",
"openRoomId": "string",
"openRoomIdList": "string",
"corpAgentId": "string"
}
}'{
"code": 0,
"data": {
"roomId": 109280000430658,
"roomIdList": [
109280000430658
]
},
"msg": "成功"
}