{
"method": "/room/agreeInviteByLink",
"params": {
"guid": "",
"joinCode": "108***96179",
"joinType": 2
}
}curl --location '/work-weixin/api/doApi' \
--header 'X-QIWEI-TOKEN;' \
--header 'Content-Type: application/json' \
--data '{
"method": "/room/agreeInviteByLink",
"params": {
"guid": "",
"joinCode": "108***96179",
"joinType": 2
}
}'{
"code": 0,
"data": {
"status": "string",
"roomId": "string",
"vid": "string"
},
"msg": "string"
}