简要描述:

  • 开启或关闭微信客服功能

请求域名:

  • http://xx.com

请求URL:

POST//business/{公众号id}/plugin/YunChat/changeWechatKfStatus

参数:

参数名 是否必须 类型 说明
group_id int 客服组id

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "ok",
    "data": []
}