curl --location -g --request POST 'https://qyapi.weixin.qq.com/cgi-bin/msgaudit/check_room_agree?access_token=' \
--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"
}
]
}