获取热门问题列表接口
/sbl/hotTopic/list/v1 GET/POST方式请求
无
200 成功
private String topic; //问题
private String answer; //答案
{
"data": [
{
"topic": "你好吗",
"answer": "我很好谢谢"
},
{
"topic": "广州什么时候截止购买社保",
"answer": "不知道,我不知道"
}
],
"msg": "",
"code": 200
}