curl --location --request GET 'https://chat.jijyun.cn/v1/api/ai/marketing/room/list?current=0&pageSize=100&wxid'
{
"code": 0,
"data": [
{
"chatId": "string",
"botInfo": {
"wxid": "string",
"weixin": "string",
"nickName": "string"
},
"wxid": "string",
"topic": "string",
"avatarUrl": "string",
"ownerId": "string",
"members": [
{
"wxid": "string",
"nickName": "string",
"avatarUrl": "string",
"roomAlias": "string",
"isFriend": true,
"contactType": 0,
"coworker": true,
"corporation": "string"
}
],
"labels": [
{
"id": "string",
"name": "string"
}
],
"wecomChatId": "string",
"deleted": true,
"external": true,
"memberCount": 0
}
],
"page": {
"current": 0,
"total": 0
}
}