问答库标准问生效(失效)
更新时间:2024-11-04
1、接口地址:POST {IP}:{PORT}/open/v1/faq/expire
2、入参(虚将json字符串写入到body中)
参数名 | 类型 | 是否可空 | 备注 |
---|---|---|---|
id | string | 否 | 标准问id |
status | int | 是 | 状态标识,0-上线,1-下线,默认为0 |
3、返回值
参数名 | 类型 | 父节点 | 备注 |
---|---|---|---|
code | int | HTTP状态码 | |
time | long | 时间 | |
msg | string | 状态信息 | |
data | T | 返回数据 |
示例:
{
"code":200,
"time":1567998660176,
"msg":"OK",
"data":null
}