问答库模板删除
更新时间:2023-03-10
1、接口地址:POST {IP}:{PORT}/open/v1/faq/template/delete
2、入参(json格式放到body中)
参数名 | 类型 | 是否可空 | 备注 |
---|---|---|---|
id | string | 否 | 模板ID |
faqId | tring | 否 | FAQ标准问ID |
3、返回值
参数名 | 类型 | 父节点 | 备注 |
---|---|---|---|
code | int | HTTP状态码 | |
time | long | 时间 | |
msg | string | 状态信息 | |
data | T | 返回数据 |
示例:
{
"data":null,
"code":200,
"time":1568274632887,
"msg":"OK "
}