新一代智能题库服务,兼容 OCS 题库接口
[
{
"name": "AI智能题库",
"homepage": "自定义主页地址",
"url": "http://localhost:5000/api/search",
"method": "get",
"contentType": "json",
"data": {
"title": "${title}",
"type": "${type}",
"options": "${options}"
},
"handler": "return (res)=> res.code === 1 ? [res.question, res.answer] : [res.msg, undefined]"
}
]