简要描述:
- 话术库-修改素材状态
请求域名:
- http://xx.com
请求URL:
xx.com/business/{公众号id}/plugin/SpeechcraftLibrary/editMaterialStatus
请求类型
POST
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
material_id | 是 | int | 素材id |
status | 是 | int | 0关闭,开启 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "开启成功",
"data": []
}
错误时返回
{
"result": 0,
"msg": "没有此记录或该记录已被删除",
"data": []
}
返回参数说明:
参数名 | 类型 | 说明 |
---|