简要描述:
- 智能问答接口
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | kevin | 2019-11-20 |
请求URL:
请求方式:
- GET
请求头:
无
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
question | 是 | string | 问题 |
返回示例:
正确时返回:
{
"status": 200,
"data": {
"type": "重复",
"content": "重复也要讲究技巧的,可以用不同的语言来表达相同的意思,这样不是更好?",
"relquestion": null
},
"msg": "获取成功!"
}
错误时返回:
{
"status": 40000,
"msg": "问题不能为空!"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
type | string | 回复的类型 |
content | string | 回复内容 |
relquestion | string | 其他相关问题 |
备注:
- 无
文档更新时间: 2019-11-27 10:33 作者:admin