{
"room_wxid": "2340xxxx8@chatroom",
"name": "Test改名"
}curl --location --request POST 'http://10.6.77.233:5000/api/wechat/modify-group-name' \
--header 'Content-Type: application/json' \
--data-raw '{
"room_wxid": "2340xxxx8@chatroom",
"name": "Test改名"
}'{
"code": 0,
"message": "修改群名称成功",
"data": {
"oplogRet": {
"count": 1,
"ret": [
{
"ret": 0
}
]
},
"ret": 0
}
}