简要描述:

  • 客服组列表--后台

请求URL:

GET/business/{公众号id}/plugin/YunChat/groupGetList

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
	"result": 1,
	"msg": "",
	"data": [{
		"id": 7,
		"uniacid": 3,
		"crop_id": 1,
		"name": "2323",
		"created_at": "2021-04-26 17:41:09",
		"updated_at": "2021-04-26 17:41:09",
		"deleted_at": null,
		"h5_page_url": "https:\/\/release.yunzmall.com\/addons\/yun_shop\/?menu#\/chatWindow\/?groupId=7&employeeId=0&chatType=1&i=3",
		"mini_url": "\/packageH\/chitchat\/chatWindow\/chatWindow?chatType=1&employeeId=0&groupId=7"
	}]
}

错误时返回:


返回参数说明:

参数名 类型 说明
id int 会话ID
name string 客服组名称
h5_page_url string 客服组页面链接
mini_url string 客服组小程序页面链接