问答库不响应问创建
更新时间:2023-03-10
问答库不响应问创建
1、接口地址:POST {IP}:{PORT}/open/v1/faq/noresp/create
2、入参(需生成json字符串,放到请求的body中)
参数名 | 类型 | 是否可空 | 备注 |
---|---|---|---|
question | string | 否 | 不响应问问题 |
3、返回值
参数名 | 类型 | 父节点 | 备注 |
---|---|---|---|
code | int | HTTP状态码 | |
time | long | 时间 | |
msg | string | 状态信息 | |
data | T | 返回数据 | |
id | int | 不响应问ID |
示例:
{
"code":4002801,
"time":1568613825147,
"msg":"OK",
"data":{"id":"08a43c53-4406-4d14-a91f-97e8af587567"}
}