curl --location --request GET 'https://openapi.weiling.cn/openapi/group_chat/get?access_token&group_chat_id'
{
"code": "string",
"msg": "string",
"data": {
"name": "string",
"create_time": "string",
"owner": "string",
"company_ids": [
"string"
],
"remark": "string",
"chat_custom": {}
}
}