{
"Chatroom": "string",
"Wxid": "string"
}
curl --location --request POST '/GetChatroomQRCode' \
--header 'Content-Type: application/json' \
--data-raw '{
"Chatroom": "string",
"Wxid": "string"
}'
{
"Code": 0,
"Data": {
"BaseResponse": {
"errMsg": {
"string": "string"
},
"ret": 0
},
"footerWording": "string",
"qrcode": {
"buffer": [
0
],
"iLen": 0
},
"revokeQrcodeId": "string",
"revokeQrcodeWording": "string",
"style": 0
},
"Message": "string",
"Success": true
}