{
"roomid": "wrjc7bDwAASxc8tZvBErFE02BtPWyAAA"
}
curl --location -g --request POST 'http://127.0.0.1/cgi-bin/msgaudit/check_room_agree?access_token={{accesstoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"roomid": "wrjc7bDwAASxc8tZvBErFE02BtPWyAAA"
}'
{
"errcode": 0,
"errmsg": "ok",
"agreeinfo": [
{
"status_change_time": 1562766651,
"exteranalopenid": "wmeDKaCQAAGdtHdiQWxVadfwV2HxNAAA",
"agree_status": "Agree"
},
{
"status_change_time": 1562766651,
"exteranalopenid": "wmeDKaCQAAIQ_p9ACyiopLBBJSGocAAA",
"agree_status": "Disagree"
},
{
"status_change_time": 1562766651,
"exteranalopenid": "wmeDKaCQAAIQ_p9ACnxacyBBJSGocAAA",
"agree_status": "Agree"
}
]
}