POST:/Question/Question/GetQuestionList
参数:
{
"CategoryId":1,
"page":1,
"rows":2
}
返回:
{
"message": "成功",
"code": 1,
"value": {
"total": 40,
"rows": [
{
"id": 32,
"libraryId": 1,
"categoryId": 1,
"qType": 0,
"name": "测测你几岁?",
"qContent": "测你现在几岁呀???",
"parentId": 0,
"qIndex": 0,
"imageUrl": "/huoduojiu/icon.jpg",
"code": "huoduojiu",
"shareTitle": "1分测出你现在是多少岁!",
"resultParam1": ""
},
{
"id": 63,
"libraryId": 1,
"categoryId": 1,
"qType": 0,
"name": "测测你现在的心有多累?",
"qContent": "想太多、减肥始终不成功、钱不够花...那么你的心有多累?",
"parentId": 0,
"qIndex": 0,
"imageUrl": "/xinlei/icon.jpg",
"code": "lei",
"shareTitle": "测测你究竟心有多累?我的是{0},你呢?",
"resultParam1": "ylist[ans].sstext"
}
]
}
}