文档
测试

问答接口

POST
/QA

接口描述

提交问题,获得预测答案

请求参数

参数名
类型
描述
必填
question
str
用户输入的问题
必填

响应参数

参数名
类型
描述
必填
answer
str
问题答案
必填
code
int
0:正常返回 1:异常返回
必填