简要描述:
- 话术库-获取话术库基础设置
请求域名:
- http://xx.com
请求URL:
xx.com/business/{公众号id}/plugin/SpeechcraftLibrary/getSet
请求类型
POST
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
"result": 1,
"msg": "成功",
"data": {
"is_enable": 1,
"send_way":1,
"send_option":{
"goods": false,
"article": false,
"communities": false,
"video": false,
"message-base": false
}
"url": ""
}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
is_enable | int | 插件是否开启 |
send_way | int | 发送形式 1 h5链接 2小程序 |
send_option | object | 顶部显示 goods 商品article 文章 video 视频分享 message-base 知识库 communities 微社区 true为显示 false为关闭 |
is_enable | int | 插件是否开启 |
url | string | 页面地址 |