wxhook

微信


方法_开关群聊邀请确认

[TOC]

简要描述
  • 方法_开关群聊邀请确认
请求URL
  • http://localhost:30001/ChatRoomInviteCfg
请求方式
  • POST
参数
参数名 必选 类型 说明
gid string 群ID
opt string 操作开关 0=关闭 2=开启
发送示例(开启)
{
    "gid": "25715324622@chatroom",
    "opt": "2"
}
发送示例(关闭)
{
    "gid": "25715324622@chatroom",
    "opt": "0"
}
返回示例
{
    "ChatRoomInviteCfg": "2"
}
返回参数说明
参数名 类型 说明
ChatRoomInviteCfg string 返回 opt操作值

开启后的效果

页面列表

ITEM_HTML