{
"chatroomId": "44420751013@chatroom"
}curl --location --request POST '/getGroupQrCode' \
--header 'AUTHORIZATION: token值' \
--header 'Content-Type: application/json' \
--data-raw '{
"chatroomId": "44420751013@chatroom"
}'{
"ret": 0,
"msg": "string",
"data": {
"qrBase64": "string",
"qrTips": "string"
}
}