ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
~~~[api] get:家长端接口地址/bbsquestion/list *int:page#页码 *string:from#值为:my_question *string:access_token#令牌 <<< success { "status": "success", "msg": "查询成功", "data": { "total": 2, "per_page": 20, "current_page": 1, "last_page": 1, "data": [ { "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": [ { "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" } ], "answer_total": 1 }, { "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": [], "answer_total": 0 } ] } } <<< error ~~~