{
"Chatroom": "string",
"Wxid": "string"
}
curl --location --request POST '/GetChatroomInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"Chatroom": "string",
"Wxid": "string"
}'
{
"Code": 0,
"Data": {
"Announcement": "string",
"AnnouncementEditor": "string",
"AnnouncementPublishTime": 0,
"BaseResponse": {
"errMsg": {
"string": "string"
},
"ret": 0
},
"ChatRoomBusinessType": 0,
"ChatRoomInfoVersion": 0,
"ChatRoomStatus": 0,
"RoomTools": {
"RoomToolsWxAppCount": 0,
"RoomToolsWxApps": [
{
"CustomInfo": [
0
],
"Path": "string",
"Tcreator": "string",
"Time": 0,
"Title": "string",
"TodoId": "string",
"UserName": "string",
"manager": "string",
"relatedMsgId": 0
}
]
}
},
"Message": "string",
"Success": true
}