🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
~~~[api] get:家长端接口地址/bbsquestion/list *int:page#页码 *string:access_token#令牌 为空时没有登录 *string:from#值为:hot_question/热门问题,new_question/最新问题 <<< success { "status": "success", "msg": "查询成功", "data": { "total": 2, "per_page": 20, "current_page": 1, "last_page": 1, "data": [ { "question_id": 2, "p_id": 1, "content": "问题2", "click_count": 1, "like_count": 10, "q_status": 1, "answer_count": 1, "created_at": "2018-02-23 16:51:50", "nickname": "王健林", "p_photo": "http://cdn.cooii.cc/Picture/APP/History/student-avatar/male_b.png", "answer": [ { "answer_id": 2, "p_id": 5, "content": "回答2", "like_count": 1, "nickname": "王升阳", "p_photo": "http://cdn.cooii.cc/Picture/APP/History/student-avatar/male_b.png", "isLiked":1 } ], }, { "question_id": 1, "p_id": 2, "content": "问题", "click_count": 1, "like_count": 1, "q_status": 1, "answer_count": 0, "created_at": "2018-02-23 16:10:39", "nickname": "小博哥", "p_photo": "http://cdn.cooii.cc/Picture/APP/History/student-avatar/male_b.png", "answer": [], } ] } } <<< error ~~~