文档
测试
GET
/qa

请求参数

参数名
类型
描述
必填
sentence
string
必填

说明 / 示例

```json { "code": 0, "response": { "head": "根据你给出的条件,查找到324本书哟:请问想找什么出版社的书呢?为你找到以下书:", "body": [ {"eleType": "str_ori", "str_ori": "罗贯中写的三国演义"}, {"eleType": "str_ori", "str_ori": "黄丽珍写的三国演义"}, {"eleType": "str_ori", "str_ori": "王浩写的三国演义"} ], "foot": "随便", "near_body": [], "near_head": "" } } ```